{
"page": 0,
"pageSize": 30
}curl --location --request POST 'https://asoworld.com/openApi/Account/transaction' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 30
}'{
"P": {
"logs": [
{
"_id": "507f1f77bcf86cd799439011",
"userId": 9999999,
"paymentAmount": 100000,
"createTime": 1704096000000,
"type": "payment",
"description": "Triple-A Payment",
"userEmail": "user@example.com",
"useEmail": null
}
],
"count": 42
}
}