curl --location --request POST 'https://api.bucksbus.com/int/transfer' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"to_store_id": "14f71a20-547e-484d-91a2-c85697a86574",
"amount": 0,
"asset_id": "string",
"description": "string"
}'{}