curl --location --request POST 'https://claimify-api.hayokmedicare.ng/api/v1/api/v1/auth/provider/stats' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": {
"data": [
{
"name": "string",
"enrollees_count": 0,
"male_count": 0,
"female_count": 0,
"dependants_count": 0,
"total": 0
}
]
}
}'{}