curl --location 'https://auth.zamupay.com/apps/graph/api/v1/cybersource/payment/void' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data '{
"AuthorisationId": "7297662780756597904950",
"Reason": "Customer cancelled order before fulfilment"
}'{
"VoidId": "7297662780756597904952",
"AuthorisationId": "7297662780756597904950",
"Status": "VOIDED",
"Timestamp": "2025-04-24T10:25:00Z"
}