curl --location --request GET 'https://api.plexypay.com/v1/customers?page&size' \
--header 'Authorization: <api-key>'{
"data": [
{
"createdAt": "2025-03-14T12:34:56Z",
"emailAliases": [
"johndoe@example.com",
"ceo@doc.com"
],
"fullName": "John Doe",
"id": "123e4567-e89b-12d3-a456-426614174000",
"phoneNumberAliases": [
"+1234567890",
"+77777777777"
],
"updatedAt": "2025-03-14T12:35:00Z"
}
],
"page": 1,
"size": 20,
"total": 100
}