auth-bearer: ********************curl --location --request POST '/report/patientReport/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rangeAgePatient": {
"min": 0,
"max": 0
},
"printStyle": "analytical",
"gender": "male",
"cellphone": "all",
"email": "all",
"alertClassification": "1"
}'{
"success": true,
"message": "string",
"type": "string",
"response": "string"
}