curl --location --request POST '/handle/account' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "21313",
"version": "v4.0",
"product": "query",
"nonce": "string",
"time": "string",
"sign": "46545656"
}'{
"code": 0,
"info": "string",
"data": {
"name": "string",
"account": 0,
"credit": "string",
"appid": "string"
}
}