auth-bearer: ********************curl --location --request POST '/medicalrecord/customForm' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"professional": "string",
"sections": [
{
"name": "string",
"fields": [
{
"name": "string",
"fieldType": "string"
}
]
}
],
"sharedWith": [
"string"
]
}'