Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/zspt/portrait/getChatLog?userId=1' \
--header 'Authorization;'
{
"code": 0,
"msg": "",
"data": [
{
"his_id": "",
"his_title": "",
"his_time": "",
"his_user_id": ""
}
]
}