auth-bearer: ********************curl --location --request POST '/patient//allergies' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"allergies": [
{
"description": "string"
}
]
}'