curl -X POST "https://api.sandbox.iron.xyz/api/autoramps" \
-H "Content-Type: application/json; charset=utf-8" \
-H "IDEMPOTENCY-KEY: <your-idempotency-key>" \
-H "X-API-Key: <your-api-key>" \
-d '{
"source_currencies": [{
"type": "Crypto",
"token": "USDC",
"blockchain": "Ethereum"
}],
"destination_currency": {
"type": "Fiat",
"code": "EUR"
},
"recipient_account": {
"type": "Fiat",
"iban": "DE89370400440532013000"
},
"customer_id": "123e4567-e89b-12d3-a456-426614174000",
"source_is_third_party": false
}'