curl --request POST \
--url https://api.revong.com/api/v1/assistant/threads/{id}/messages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>"
}
'Send a message to a thread by thread ID.
curl --request POST \
--url https://api.revong.com/api/v1/assistant/threads/{id}/messages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>"
}
'