Authorization: ********************curl --location 'https://my.test-1.account.finlego.com/api/child-brand-integration/baas/Clients?PagedFilter.PageNumber=undefined&PagedFilter.PageSize=undefined&Sorting.SortBy=undefined&Sorting.SortOrder=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"externalId": "string",
"state": "pending",
"riskLevel": "low",
"address": {
"streetLine1": "string",
"streetLine2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string"
},
"phoneNumber": "string",
"email": "string",
"type": "individual",
"firstName": "string",
"lastName": "string",
"citizenshipCountry": "string",
"identificationDocument": {
"issuedBy": "string",
"expirationDate": "2019-08-24",
"type": "passport",
"number": "string",
"issuedCountryCode": "string",
"issuedDate": "2019-08-24"
},
"residenceCountry": "string",
"dateOfBirth": "2019-08-24"
}
],
"page": {
"pageNumber": 0,
"pageSize": 0,
"totalRecords": 0,
"totalPages": 0
}
}