{ "message": "Vue 的作者他是谁?他很厉害吗?" }
curl --location --request POST '127.0.0.1:9000/api/analyze/chat/stream/question' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "message": "Vue 的作者他是谁?他很厉害吗?" }'
{ "code": "string", "message": null, "data": null, "success": true }