{
"content": "string",
"conversationId": 0,
"robotId": 0
}
curl --location --request POST '/AiRobot/streamChat' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"conversationId": 0,
"robotId": 0
}'
{
"timeout": 0
}