Authorization: Bearer ********************
{ "uid": "95989d71-d927-4a06-999c-7b3f10f39edf", "status": "2", "allowedStart":"2022-06-15 17:47:45", "allowedEnd": "2022-07-21 17:47:45" }
curl --location --request PUT 'http://127.0.0.1:3001/api/user/updateUserStatus' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "uid": "95989d71-d927-4a06-999c-7b3f10f39edf", "status": "2", "allowedStart":"2022-06-15 17:47:45", "allowedEnd": "2022-07-21 17:47:45" }'
{"success":true,"message":"用户状态更新成功"}