Authorization: Bearer ********************{
"id": "string",
"code": "string",
"name": "string"
}curl --location --request PUT '/areaconf/citytype/modify?id=c43cbea3-a6af-4c80-8be8-ebaf33a25cd3&name=city-01&code=code-01' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"code": "string",
"name": "string"
}'{
"code": 10000,
"message": "success",
"data": "string"
}