curl --location --request POST 'https://chainhub.bitycle.com/v1/webservice/withdraw' \
--header 'x-api-key: apiKey' \
--header 'x-timestamp: timestamp' \
--header 'x-signature: signature' \
--header 'Content-Type: application/json' \
--data-raw '{
type:'\''webservice'\'',
amount: amount,
description:"Widthraw fund from account description",
token: "USDT",
walletAddress: walletAddress,
chain:"BSC"
}'
{}