{ "sessionId": 0, "content": "你好" }
curl --location --request POST 'http://localhost:52222/v1/ai/sendchat' \ --header 'Content-Type: application/json' \ --data-raw '{ "sessionId": 0, "content": "你好" }'
{}