Authorization: Bearer ********************{
"agentCode": "PMO",
"agentSkillCode": "PROGRAM",
"uuidType": "TIMUS",
"uuid": "timus-2qZl443EiBm4kPBhOWb4",
"query": "#created_program",
"extension": {}
}curl --location '/api/agent/normal/dify/skillChat/message' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"agentCode": "PMO",
"agentSkillCode": "PROGRAM",
"uuidType": "TIMUS",
"uuid": "timus-2qZl443EiBm4kPBhOWb4",
"query": "#created_program",
"extension": {}
}'{}