curl --location --request POST 'https://api.rapira.net/open/otc/order/message-history' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderSn":"963936310324625408",
"fromOrdinal" : 1,
"toOrdinal":10
}'{
"totalElements": 1,
"content": [
{
"fromMemberId": null,
"toMemberId": null,
"type": "NORMAL_NOTICE",
"sendTime": "2025-04-03 18:07:23",
"orderSn": "963936310324625408",
"content": "CANCELLED",
"bankDetails": null
}
]
}