Authorization: Bearer ********************
curl --location --request GET 'https://api.onereg.org/v1/account/payments?page=1&size=10&sort=ASC&payment_id' \ --header 'Authorization: Bearer <token>'
{ "status": true, "result": { "data": [ { "payment_id": "5317982494_678k03ml", "method": "cryptomus", "amount": 5, "currency": "USD", "status": "paid", "date": "2025-03-31T17:08:31.000Z" } ], "size": 10, "current_page": 1, "previous_page": null, "items": 10, "total_items": 13 } }