{
"area_code": "string",
"area_name": {},
"short_name": "string",
"country_code": "string",
"parent_area_code": "string",
"timezone": "string"
}
curl --location --request POST '/bis/sc/area/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"area_code": "string",
"area_name": {},
"short_name": "string",
"country_code": "string",
"parent_area_code": "string",
"timezone": "string"
}'
{
"code": "string",
"msg": "string",
"psn": "string",
"data": {}
}