# Shell Complete Request Example
echo -n '1589793796145#test001#{"currency":"USDT","amount":"10","transferType":"spot_to_contract"}' \
| openssl dgst -sha256 -hmac "6c6c98544461bbe71db2bca4c6d7fd0021e0ba9efc215f9c6ad41852df9d9df9"
# (stdin)= bbd57e119c53e7cd28c5097f596822173fbf883c94c8bcc9a61ec2da9e143778
curl --location --request POST 'https://cloud-api.wooxpro.com/account/v1/transfer-contract' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: 80618e45710812162b04892c7ee5ead4a3cc3e56' \
--header 'X-API-SIGN: bbd57e119c53e7cd28c5097f596822173fbf883c94c8bcc9a61ec2da9e143778' \
--header 'X-API-TIMESTAMP: 1589793796145' \
--data '{"currency":"USDT","amount":"10","transferType":"spot_to_contract"}'