curl --location --request POST '/transactions/off-ramp' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_id": "7f2a1b2c-1111-2222-3333-aaaaaaaaaaaa",
"amount": "500.00",
"from_currency": "USDC",
"to_currency": "BRL",
"quote_id": "q-1111-2222-3333-yyyy"
}'{
"id": "t-bbbb",
"type": "OFF_RAMP",
"status": "PROCESSING",
"customer_id": "7f2a1b2c-1111-2222-3333-aaaaaaaaaaaa",
"from_currency": "USDC",
"to_currency": "BRL",
"amount": "500.00",
"created_at": "2025-09-17T19:00:00Z"
}