curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalWarehouseAPI/ListWarehouses' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"data": [
{
"id": 0,
"code": "string",
"name": "string",
"address1": "string",
"address2": "string",
"country": "string",
"state": "string",
"city": "string",
"zipCode": "string",
"type": "string"
}
]
}