curl --request POST \
--url https://api.usenaive.ai/v1/queue/{id}/messages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"body": "<string>",
"group_id": "<string>",
"dedup_id": "<string>",
"delay_seconds": 123
}
'