curl --location --request PATCH 'http://localhost:8080/api/v1/reservations//approve?Authorization=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"version": 0,
"reason": "string"
}'{}