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