curl --request POST \
--url https://api.decodahealth.com/calendar/appointment-checklist/update \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"appointmentChecklistId": "<string>",
"eventId": "<string>",
"completedDate": "2023-11-07T05:31:56Z"
}
'