curl --location --request PATCH '/access-logs//checkout' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkout_notes": "string"
}'{
"access_log": {
"log_id": "string",
"visitor_name": "string",
"visitor_phone": "string",
"entry_point": "string",
"status": "checked_in",
"checked_in_at": "2019-08-24T14:15:22.123Z",
"checked_out_at": "2019-08-24T14:15:22.123Z",
"duration_minutes": 0
}
}