Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/zspt/testModule/getChatContent?conversation_id' \
--header 'Authorization;'
{
"code": 0,
"msg": "",
"data": [
{
"content_id": 0,
"content_time": "",
"content_type": 0,
"his_id": "",
"content": ""
}
]
}