x-api-key: ********************curl --location --request GET 'https://testserver.loyi.io/public/api/collection//owners?pageIndex=&pageSize=&id=&desc=' \
--header 'Origin: <WHITELISTED_URL>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"email": "lXK6o@example.com",
"wallet": "0x1234567890123456789012345678901234567890",
"collectibleId": 1,
"claimedAt": "2022-01-01T00:00:00.000Z"
}
],
"total": 65
}