curl --location 'https://auth.zamupay.com/apps/graph/api/v1/cybersource/payment/capture' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data '{
"AuthorisationId": "7297662780756597904950",
"Amount": "1000",
"Currency": "KES"
}'{
"CaptureId": "7297662780756597904951",
"AuthorisationId": "7297662780756597904950",
"Status": "CAPTURED",
"Amount": "1000",
"Currency": "KES",
"Timestamp": "2025-04-24T10:20:05Z"
}