curl --location --request GET 'https://api.plexypay.com/v1/customers//transactions?page&size' \
--header 'Authorization: <api-key>'{
"data": [
{
"amount": 100.5,
"createdAt": "2025-03-14T12:34:56Z",
"currency": "KZT",
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "new"
}
]
}