Authorization: Bearer ********************
{
"agentId": "c9d8ae1a-3246-442f-9fed-1f2adce5d03e",
"question": "25年2月27二道闸降雨量",
"historyId": null
}
curl --location --request POST 'http://10.12.186.133:30924/transpond/app/agent/chat' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentId": "c9d8ae1a-3246-442f-9fed-1f2adce5d03e",
"question": "25年2月27二道闸降雨量",
"historyId": null
}'
[
{
"historyId": "",
"component": "",
"data": {},
"origin": {}
}
]