curl --request PUT \
--url https://api.decodahealth.com/notes/templates \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"id": "<string>",
"name": "<string>",
"contentTemplate": "<string>",
"attachments": []
}
'