curl --location 'https://api.bucksbus.com/int/convert' \
--header 'x-idempotency-key: 5bde9e6c-8ba4-4967-b33f-6d3a95cab0a6' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"from_amount": 0,
"from_asset_id": "string",
"asset_id": "string"
}'{}