curl --location 'https://your-api-server.com' \
--header 'User-Agent;' \
--header 'X-Event-ID;' \
--header 'X-Event-Type;' \
--header 'X-Timestamp;' \
--header 'X-Signature;' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"type": "string",
"created_at": "string",
"data": {
"id": "string",
"type": "string",
"requested": {
"amount": "string",
"currency": "string"
},
"initialized": {
"amount": "string",
"currency": "string"
},
"processed": {
"amount": "string",
"currency": "string"
},
"refunded": {
"amount": "string",
"currency": "string"
},
"requisite": {
"type": "card",
"card": "string",
"holder": "string",
"bank": "string"
},
"status": "string",
"reason_code": "string",
"expires_at": "string",
"created_at": "string",
"finalized_at": "string",
"metadata": {}
}
}'