gender for a given country.curl --location '/contacts/stats/gender?country=cz'{
"stats": [
{
"gender": "MALE",
"count": 120
},
{
"gender": "FEMALE",
"count": 95
},
{
"gender": "UNSPECIFIED",
"count": 3
}
],
"meta": {
"country": "cz",
"total": 218
}
}