Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"pid": 0,
"cityname": "string",
"type": 0,
"types": [
"string"
],
"ids": [
0
],
"pids": [
0
]
}
curl --location --request POST 'http://localhost:8080/ess/city' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"pid": 0,
"cityname": "string",
"type": 0,
"types": [
"string"
],
"ids": [
0
],
"pids": [
0
]
}'
{
"": {}
}