{ "content": "string", "appId": 0 }
curl --location --request POST 'http://127.0.0.1:8001/app/ai/comm/invoke' \ --header 'Authorization: xxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "string", "appId": 0 }'
{ "code": 1000, "message": "success", "data": "有什么 我可以帮助您的吗?" }