Authorization: Bearer ********************curl --location --request GET 'https://demo.modaltrans.com/api/v1/product_stocks?warehouse_code=&page=' \
--header 'Authorization: Bearer <token>'{
"warehouse_code": "string",
"report_id": "string",
"interface_code": "string",
"items_count": "string",
"products": [
{
"line_no": 0,
"quantity": 0,
"barcode": "string",
"product_name": "string",
"pack_type": "string",
"subinventory_code": "string"
}
]
}