Authorization: Bearer ********************curl --location --request GET 'https://api.edara.io/v/stockItems//balance/' \
--header 'Authorization: Bearer <token>'{
"status_code": 0,
"error_message": "string",
"result": {
"warehouse_id": 0,
"stock_item_id": 0,
"balance": 0,
"reserved_balance": 0,
"batch_number": "string",
"production_date": "2019-08-24T14:15:22Z",
"expiration_date": "2019-08-24T14:15:22Z"
},
"total_count": 0
}