username:passwordAuthorization: Basic *****************curl --location 'https://service-test.infiniax.com/open-api/v1/card-holders?page=undefined&take=undefined&id=undefined&label=undefined&fullName=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"code": 0,
"message": "string",
"timestamp": 0,
"data": {
"total": 0,
"current": 0,
"list": [
{
"id": "string",
"label": "string",
"firstName": "string",
"lastName": "string",
"phoneCode": "string",
"phoneNumber": "string",
"email": "string",
"address": {
"line1": "string",
"line2": "string",
"postCode": "string",
"city": "string",
"state": "string",
"country": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z"
}
]
}
}