curl --location --request DELETE '/appointments/117aeac1-17f8-4628-a97c-56550df3f1f2/2ec66517-26f0-4c7d-8509-1c89b2d15a8f/25e04710-d1d7-4542-8d6c-10d173fff660/removemembers' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"members": ["a35b437c-f3c5-49d3-a74d-63993427a6c6"]
}'
{}