X-API-Key: ********************0curl --location --request POST '/housekeeping/getCityArea' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '0'{
"code": 0,
"msg": "string",
"data": [
{
"cityCode": "string",
"cityName": "string",
"areaList": [
{
"areaCode": "string",
"areaName": "string"
}
]
}
]
}