auth-bearer: ********************curl --location --request GET '/patient//allergies' \
--header 'auth-bearer: <api-key>'{
"message": "string",
"allergies": [
{
"description": "string",
"creatorTenant": "string"
}
]
}