Authorization: Bearer ********************
curl --location --request GET 'https://dev.your-api-server.com/v1/loyalty/accounts?limit=&sortField=&sortOrder='
{ "customers": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "status": "ACTIVE", "name": "string", "availableTime": { "startDate": "2019-08-24T14:15:22Z", "endDate": "2019-08-24T14:15:22Z", "timePeriods": "BEGIN:VEVENT\\nDTSTART:20220816T160000\\nDURATION:PT2H\\nRRULE:FREQ=WEEKLY;UNTIL=20221001T000000;BYDAY=TU\\nEND:VEVENT" }, "terminology": { "one": "string", "other": "string" }, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ], "pagination": { "totalRecords": 0, "currentPage": 0, "totalPage": 0 } }