Authorization: Bearer ********************
{
"key": 0
}
curl --location --request POST 'http://localhost:8080/ess/place/delPlaceUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": 0
}'
{
"code": 200,
"msg": null,
"data": null
}