Authorization: Bearer ********************
curl --location --request GET 'https://payments.dubpay2.com.br/api/balance/transactions?created_since=2024-10-20&created_until=2025-12-01' \ --header 'store-id: ' \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "string", "type": "out", "value": "string", "description": "string", "date": "string" } ], "links": { "first": "string", "last": "string", "prev": null, "next": null }, "meta": { "current_page": 0, "from": null, "last_page": 0, "links": [ { "url": "string", "label": "string", "active": true } ], "path": "string", "per_page": 0, "to": null, "total": 0 } }