curl --location --request PATCH 'http://localhost:8080/api/v1/reservations/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"version": 0,
"attendantIds": [],
"description": "팀 회의2"
}'{}