{
"code": "string",
"name": "string",
"isAvailable": 0,
"isDefault": 0,
"id": 0
}
curl --location --request POST '/adminapi/setting/areaCode/update' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"name": "string",
"isAvailable": 0,
"isDefault": 0,
"id": 0
}'