booking_status is booked or rescheduled and the training has not yet started.Authorization: Bearer ********************curl --location --request POST '/bookings//cancel' \
--header 'Authorization: Bearer <token>'{
"message": "Booking cancelled.",
"booking_status": "refunded"
}