{ "type": "string", "username": "string", "content": "string" }
curl --location --request POST 'http://127.0.0.1:8081/llm' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "string", "username": "string", "content": "string" }'
{ "code": 0, "message": "string", "data": { "content": "string" } }