{
"accountId":"309752"
}
curl --location --request POST 'http://localhost:9000/getAreaName' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId":"309752"
}'
{
"data": {
"flag": 0,
"areaName": "string",
"orgn": "string"
},
"success": true
}