Authorization: Bearer ********************
curl --location --request PUT 'https://api.edara.io/v/stockItems/' \
--header 'Authorization: Bearer <token>'
{
"status_code": 0,
"error_message": "string",
"result": [
true
],
"total_count": 0
}