auth-bearer: ********************curl --location --request POST '/medicalrecord/report//' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"base64": "string",
"signature": {
"signMethod": "NONE",
"password": "string"
}
}'