auth-bearer: ********************curl --location --request PATCH '/appointment/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"removeRecurrences": true
}'{
"message": "string",
"data": {
"ids": [
"string"
]
}
}