Use this recipe when you want a repeatable quote request that can be versioned in a file.
Start from examples/quote.json and adjust the source, target, and amount fields for your Wise profile.
cp examples/quote.json ./quote.json
$EDITOR ./quote.jsonwise --profile-id "$WISE_PROFILE_ID" quote create --body @quote.json --output jsonUse the returned quote id:
wise quote show "$QUOTE_ID" --output jsonWise can change quote requirements by route and account type. If a payload fails, inspect the returned requirements and use wise api for fields that are not yet modeled by a dedicated command.