curl --location --request POST 'https://api.rapira.net/open/otc/order/message-history/page-query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderSn": "987070922080911360",
"pageNo": 1,
"pageSize": 10
}'{
"content": [
{
"id": 1,
"type": "NORMAL_NOTICE",
"sendTime": "2025-06-06 14:07:27",
"orderSn": "987070922080911360",
"content": "CREATED"
},
{
"id": 2,
"fromMemberId": 16270,
"toMemberId": 16053,
"type": "NORMAL_CHAT",
"sendTime": "2025-06-06 14:07:45",
"orderSn": "987070922080911360",
"content": "Приветствую!"
}
],
"number": 0,
"size": 10,
"totalElements": 2,
"first": true,
"last": true,
"numberOfElements": 2,
"totalPages": 1,
"hasContent": true
}