Authorization: Bearer ********************curl --location --request GET 'https://accountingAPI.smartlogic.mn/api/inventory/GetWarehouseList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": [
{
"Id": "000002",
"Name": "Их дэлгүүр салбар",
"Type": "OT"
},
]
}