curl --location --request GET 'customers?offset=0&limit=5' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"ID": 0,
"Name": "string",
"Mobile": "string",
"Email": "string",
"LoyaltyNo": "string",
"CountryId": 0,
"StateId": 0,
"State": null,
"Address": "string",
"EntryDate": "string",
"Status": 0,
"LoyaltyPoint": 0,
"BirthDate": "string",
"Anniversary": null
}
],
"info": {
"count": 0,
"limit": 0,
"offset": 0,
"total": 0
}
}