curl -X POST "https://api.cryptomate.me/cards/webhook/simulate/authorize" \ -H "X-API-KEY: $CRYPTOMATE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "card_id": "card_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23", "bill_amount": 100.00 }'
{ "code": "VAL", "message": "Card not found" }
Simulate a card authorization webhook event for testing.