auth-bearer: ********************curl --location --request POST '/report/medicalPrescriptions/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"clinic": "string",
"professional": "string",
"patient": "string",
"dateStart": "string",
"dateEnd": "string",
"compoundedMedicine": true
}
}'{
"success": true,
"message": "string",
"type": "string",
"response": "string"
}