Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"placeId": 0,
"userId": 0
}
curl --location --request POST 'http://localhost:8080/ess/place/updatePlaceUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"placeId": 0,
"userId": 0
}'
{
"code": 200,
"msg": null,
"data": null
}