curl --location --request POST 'https://api.vortexfinance.co/v1/quotes' \
--header 'Content-Type: application/json' \
--data-raw '{
"rampType": "sell",
"from": "polygon",
"to": "cbu",
"inputAmount": "33",
"inputCurrency": "usdc",
"outputCurrency": "ars"
}'
{
"id": "quote_7af7171e-aa42-49a2-80c2-9e18483bad38",
"rampType": "sell",
"from": "polygon",
"to": "cbu",
"inputAmount": "33",
"outputAmount": "32500.50",
"inputCurrency": "usdc",
"outputCurrency": "ars",
"fee": "0.50",
"expiresAt": "2025-05-16T12:30:00Z"
}