{
"content": "string",
"conversationId": 0,
"robotId": 0
}
curl --location --request POST '/AiRobot/chat' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"conversationId": 0,
"robotId": 0
}'
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}