curl --location --request GET 'https://hwc-open-api.yqn.com/v1/warehouse/findAll' \
--header 'x-api-key;' \
--header 'Content-Type: application/json'
{
"status": 0,
"message": "string",
"data": [
{
"warehouseCode": "string",
"name": "string",
"country": "string",
"state": "string",
"city": "string",
"address1": "string",
"address2": "string",
"postal": "string",
"linkman": "string",
"mobilePhone": "string",
"email": "string"
}
]
}