curl --location 'https://api.bucksbus.com/int/transfer' \
--header 'x-idempotency-key: c1ddde79-5f06-4a21-824d-b53f3dfdd555' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"to_store_id": "14f71a20-547e-484d-91a2-c85697a86574",
"amount": 0,
"asset_id": "string",
"description": "string"
}'{}