{
"conversation_id": "string",
"agent_name": "string",
"query": "string"
}curl --location --request POST '/nb/v1/chat/run' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"conversation_id": "string",
"agent_name": "string",
"query": "string"
}'null