curl --request POST \
--url https://app.enzo.health/api/v1/notes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"patientId": "<string>",
"jobId": "<string>",
"appointmentId": "<string>"
}
'{
"voiceNoteId": "<string>"
}curl --request POST \
--url https://app.enzo.health/api/v1/notes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"patientId": "<string>",
"jobId": "<string>",
"appointmentId": "<string>"
}
'{
"voiceNoteId": "<string>"
}