curl --request POST \
--url https://api.example.com/api/v2/conversations \
--header 'Content-Type: application/json' \
--data '
{
"project_ids": [
"<string>"
],
"agent_ids": [
"<string>"
]
}
'{
"message": "<string>",
"conversation_id": "<string>"
}curl --request POST \
--url https://api.example.com/api/v2/conversations \
--header 'Content-Type: application/json' \
--data '
{
"project_ids": [
"<string>"
],
"agent_ids": [
"<string>"
]
}
'{
"message": "<string>",
"conversation_id": "<string>"
}