{
"robot_id": 1,
"question": "我是问题哦",
"unique_id": "681b79be5b0131746631102"
}
curl --location --request POST '/api/v1/chat/completions' \
--header 'token: {{api-token}}' \
--header 'authorization: web-8b582192d72b20931b9142155d1476cc7Fnmp' \
--header 'password: 123456' \
--header 'identity: 2d72b20931b914' \
--header 'Content-Type: application/json' \
--data-raw '{
"robot_id": 1,
"question": "我是问题哦",
"unique_id": "681b79be5b0131746631102"
}'
{
"code": 1,
"show": 1,
"msg": "操作成功",
"data": []
}