{
"customize_storage_query_type": "string"
}curl --location '/api/v1/list_storage_warehouse' \
--header 'Content-Type: application/json' \
--data '{
"customize_storage_query_type": "string"
}'{
"code": 0,
"msg": "string",
"resp_data": [
{
"storage_code": "string",
"storage_name": "string",
"storage_type": 0,
"service_region_list": [
"string"
],
"country": "string"
}
],
"trace_id": "string"
}