podmall.address.state.queryconfig/api/podmall/mall/address/query.state.json0。{
"countryCode": "string",
"state": "string"
}curl --location '/v4/gateway/podmall.address.state.query' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"countryCode": "string",
"state": "string"
}'{
"status": 0,
"success": true,
"data": {}
}