{ "message": "你认识 Vue 的作者吗?" }
curl --location --request POST '127.0.0.1:9000/api/analyze/chat/stream/tech' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "message": "你认识 Vue 的作者吗?" }'
{ "code": "string", "message": null, "data": null, "success": true }