Edit an existing booking
PATCH {{baseUrl}}/bookings/:id
Request Body
{"description"=>"{{$randomPhrase}}", "title"=>"A quick chat with kk", "startTime"=>"2021-11-09T12:10:00.000Z", "endTime"=>"2021-11-09T12:20:00.000Z", "status"=>"CANCELLED"}
RESPONSES
status: Created
""