{ "agent_id": 123, "task_id": 456 }
curl --location --request POST 'http://127.0.0.1/topapi/message/corpconversation/getsendprogress?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "agent_id": 123, "task_id": 456 }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "progress": { "progress_in_percent": 0, "status": 0 } }