Hello, I want to patch booking using cal com api with this route
https://api.cal.com/v1/bookings/{id}, I send json request like this {"status":"ACCEPTED"} using Postman, and it's returning me {"message": "Unrecognized key(s) in object: 'status'"} . Can you pls help me this problem <3