curl --request POST \
--url https://api.example.com/api/v2/conversations/{conversation_id}/message \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>",
"node_ids": [
{
"node_id": "<string>",
"name": "<string>"
}
],
"attachment_ids": [
"<string>"
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://api.example.com/api/v2/conversations/{conversation_id}/message \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>",
"node_ids": [
{
"node_id": "<string>",
"name": "<string>"
}
],
"attachment_ids": [
"<string>"
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}