curl --location --request PATCH 'https://staging.api.joindapayments.com/data/alert-recipients/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "string",
"active": true,
"preferred_channel_id": "string",
"fallback_channel_id": "string"
}'{}