V2ContactListFilterModelSuccessResponseModelOfPagedListGetModelOfV2ContactGetModelcurl --location 'https://api.veloconnect.me/api/v2/contacts/query' \
--header 'Content-Type: application/json' \
--data '{
"pageNumber": 0,
"pageSize": 0,
"search": "string",
"channel": "string",
"country": "string",
"ageGroup": "string",
"gender": "string",
"contactId": 0,
"segmentId": 0,
"excludeSegmentId": 0,
"sortBy": "string",
"sortDescending": true
}'{
"data": [
{
"items": [
{
"id": null,
"businessId": null,
"firstName": null,
"lastName": null,
"middleName": null,
"dateOfBirth": null,
"gender": null,
"companyName": null,
"jobTitle": null,
"notes": null,
"externalReference": null,
"createdAt": null,
"createdBy": null,
"modifiedAt": null,
"modifiedBy": null,
"details": null
}
],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0
}
]
}