{}
curl --location --request POST '/api/billboard/city_value' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"msg": "string",
"data": [
{
"value": 0,
"label": "string"
}
]
}