{ "id":1, "time":"2024-11-10" }
curl --location --request POST 'http://localhost:8081/meetingRoom/appointmentMeetingRoom' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "id":1, "time":"2024-11-10" }'
{"code":200,"success":true,"message":"成功","data":"2024-11-10"}