curl --request PATCH \
--url https://commerce.driv.ly/api/meetings/{id} \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"phoneNumber": "<string>",
"email": "<string>",
"time": "2023-11-07T05:31:56Z",
"salesRep": "<string>",
"note": "<string>"
}
'