curl --location -g --request GET 'http://dev-cn.your-api-server.com/douyin/message/chat/?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InVzZXIzIiwiaWQiOjYsImV4cCI6MTY5MzM4MzI1OSwiaXNzIjoiZ3MifQ.5DuBiS0JQF0aVysM8xLJhR3hIiF71W953H1Y4a_DHpk&to_user_id=5&pre_msg_time={% mock '\''timestamp'\'' %}'
{ "status_code": "string", "status_msg": "string", "message_list": [ { "id": 0, "to_user_id": 0, "from_user_id": 0, "content": "string", "create_time": 0 } ] }