curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/client/createClient",
"params": {
"proxyUrl": "",
"areaCode": 320000,
"deviceName": "stone的ipad",
"deviceType": 0,
"clientVersion": "" //默认稳定版不需要传
}
}'