curl --request PATCH \
--url https://app.replyify.ai/api/clients/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"service_description": "<string>",
"calendar_link": "<string>",
"auto_send_enabled": true,
"auto_send_delay_minutes": 123,
"auto_draft_enabled": true
}
'