curl --location 'https://api.plexypay.com/v1/statistics/payment-links?from=2025-03-01T00%3A00%3A00Z&to=2025-12-14T00%3A00%3A00Z¤cy=KZT' \
--header 'Authorization: <api-key>'{
"data": [
{
"currency": "KZT",
"status": "active",
"totalAmount": 1000000,
"totalCount": 100
}
]
}