Authorization: Bearer ********************{
"region_code": "string",
"region_name": "string",
"region_rdata": 0
}curl --location --request POST '/areaconf/bareainfo/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"region_code": "string",
"region_name": "string",
"region_rdata": 0
}'{
"code": 10000,
"message": "success",
"data": 0
}