Authorization: Bearer ********************
{ "tenantId": "", "agentCode": "", "groupChatId": "", "time": "yyyy-MM-dd" }
curl --location --request POST '/api/im/normal/dify/thirdImMsg/groupChatHistList' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "tenantId": "", "agentCode": "", "groupChatId": "", "time": "yyyy-MM-dd" }'
{}