V2SegmentListFilterModelSuccessResponseModelOfPagedListGetModelOfV2SegmentGetModelcurl --location 'https://api.veloconnect.me/api/v2/segments/query' \
--header 'Content-Type: application/json' \
--data '{
"pageNumber": 0,
"pageSize": 0,
"search": "string",
"sortBy": "string",
"sortDescending": true
}'{
"data": [
{
"items": [
{
"id": null,
"businessId": null,
"name": null,
"description": null,
"sourceType": null,
"isDynamic": null,
"filterDefinitionJson": null,
"createdAt": null,
"createdBy": null,
"modifiedAt": null,
"modifiedBy": null,
"contactsCount": null,
"maleCount": null,
"femaleCount": null,
"unspecifiedGenderCount": null,
"phoneNumbersCount": null,
"emailCount": null
}
],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0
}
]
}