curl -L \
--request POST \
--url 'https://api.rialtobridge.xyz/api/manager/v1/simulate/preset-fees/created' \
--header 'RIALTO_API_KEY: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"transactionType": "OFFRAMP",
"fiatFeeGroup": "USD",
"blockchainFeeGroup": "USD_STABLECOIN",
"type": "FLAT",
"fee": 125
}'