curl --request POST \
--url https://api.boostgpt.co/v1/bot/crm/tasks/{task_id}/snooze \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"bot_id": "<string>",
"remind_at": "<string>"
}
'