{}
curl --location --request GET '/api/system/chat_message/get_info/?other_user_id=1&page=1&limit=2' \
--header 'Authorization: JWT eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzMyNDcxOTMzLCJpYXQiOjE3MzIzODU1MzMsImp0aSI6IjFmODk3NDY0OGM2NjQ0N2VhYTE0MTQ0Yjg4MDc5M2VhIiwidXNlcl9pZCI6MX0.NauW-cLI-hs-ZgAC1xtl_Td4klvzPq5U40KeaGSIDZ8' \
--header 'User-Id: 11' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"msg": "string",
"page": 0,
"limit": 0,
"total": 0,
"is_next": true,
"is_previous": true,
"data": [
{
"id": 0,
"modifier_name": null,
"create_datetime": null,
"update_datetime": null,
"user1_id": 0,
"user2_id": 0,
"type": null,
"content_type": null,
"content": null,
"is_read": null
}
]
}