Refunded, emails the buyer.Authorization: Bearer ********************{
"reason": "string"
}curl --location 'https://prod.your-api-server.com/events//ticket-orders//cancel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reason": "string"
}'