curl --location 'https://your-api-server.com' \
--header 'User-Agent;' \
--header 'X-Signature;' \
--header 'X-Event-ID;' \
--header 'X-Event-Type;' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"type": "string",
"created_at": "string",
"data": {
"amount": "string",
"amount_tolerance_up": "string",
"currency": "string",
"expires_in": 0,
"requisite": {
"type": "string",
"bank": "string"
},
"customer": {
"fingerprint": "string",
"ip_address": "string",
"user_agent": "string"
},
"metadata": {}
}
}'