curl --location 'https://www.xportcn.com/api/alibaba/ka/balance/get' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'{
"requestId": "d86ed97b7d6f40eb971ba4f9e26fc0e7",
"code": 200,
"developId": "1023561483696472887",
"msg": "成功",
"data": {
"accountAmount": 350,
"currency": "CNY"
}
}