Authorization: Bearer ********************{
"agentCode": "TODO",
"platform": "FEISHU",
"uuidType": "TIMUS",
"uuid": "timus-qWFxoAeLL7pbvbISfJ7l",
"message": "你好啊",
"ext": {
"groupMessage": true,
"groupChatId": "oc_353e50c0c5c0556803c34296c7d5c9fe",
"mention": true
}
}curl --location --request POST '/api/im/normal/dify/thirdImMsg/send' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentCode": "TODO",
"platform": "FEISHU",
"uuidType": "TIMUS",
"uuid": "timus-qWFxoAeLL7pbvbISfJ7l",
"message": "你好啊",
"ext": {
"groupMessage": true,
"groupChatId": "oc_353e50c0c5c0556803c34296c7d5c9fe",
"mention": true
}
}'{}