{
"taskId": "",
"callID": ""
}curl --location --request POST '/outcall/callRecorder/queryChatTextList' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "",
"callID": ""
}'{
"code": 0,
"message": "",
"data": [
{
"role": "",
"text": "",
"time": "yyyy-MM-dd HH:mm:ss"
}
]
}