curl --request PUT \
--url https://juiywycqytekaffjcbfa.supabase.co/functions/v1/api-v1/conversations/{id}/pause \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"paused": true,
"pause_minutes": 123
}
'curl --request PUT \
--url https://juiywycqytekaffjcbfa.supabase.co/functions/v1/api-v1/conversations/{id}/pause \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"paused": true,
"pause_minutes": 123
}
'