Authorization: Bearer ********************
{ "type": "cancel", "cancelReason": "先方都合のため", "actionById": "owner" }
curl --location 'https://api.nitte.app/mediatories//bookings//actions' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "cancel", "cancelReason": "先方都合のため", "actionById": "owner" }'
{ "id": "string", "type": "start" }