Authorization: Bearer ********************{
"response_mode": "streaming",
"conversation_id": "0586bb32-bfb5-4b9b-8f05-d290c3501432",
"files": [],
"query": "你是谁",
"inputs": {},
"search_enabled": 0,
"parent_message_id": "06678a52-178d-418f-8f49-328973c16bcc"
}curl --location --request POST '/console/api/installed-apps/badcd0d7-94e4-489f-9caf-495a6fced128/chat-messages' \
--header 'A;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"response_mode": "streaming",
"conversation_id": "0586bb32-bfb5-4b9b-8f05-d290c3501432",
"files": [],
"query": "你是谁",
"inputs": {},
"search_enabled": 0,
"parent_message_id": "06678a52-178d-418f-8f49-328973c16bcc"
}'{}