curl --location --request POST 'https://staging.api.joindapayments.com/data/alert-recipients' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Boss",
"email": "boss@uverus.com",
"active": true,
"preferred_channel_id": "af6755af-cfd0-4dee-85ea-5774ce7c1f9d"
}'{
"id": "54bde02c-a73f-4783-9372-705a8e221bd0",
"name": "Boss",
"email": "boss@uverus.com",
"active": true,
"preferred_channel_id": "af6755af-cfd0-4dee-85ea-5774ce7c1f9d",
"fallback_channel_id": null,
"created_at": "2025-05-22T15:01:10.197654+00:00",
"updated_at": "2025-05-22T15:01:10.197667+00:00"
}