curl --request PUT \
--url https://{tenantId}.api.nestmed.com/api/v1/visits/{visitId}/patient-goals \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"goal": "<string>",
"comment": "<string>",
"reviewedByClinician": true
}
'