Authorization: Bearer ********************curl --location '/areaconf/dareainfo/add?area_code=undefined&area_name=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"area_code": "string",
"area_name": "string"
}'{
"code": 10000,
"message": "success",
"data": "string"
}