Authorization: Bearer ********************{
"roleCode": "",
"uuidType": "",
"uuid": "",
"query": "",
"extension": {},
"files": "",
"chunkSize": 2
}curl --location --request POST '/api/agent/normal/dify/chat/message?sessionId=sessionId' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleCode": "",
"uuidType": "",
"uuid": "",
"query": "",
"extension": {},
"files": "",
"chunkSize": 2
}'{}