Authorization: Bearer ********************curl --location '/v2/products' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"name": "string",
"code": "string",
"_id": "string",
"price": 0
}
]
}