curl --location 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/login/getLoginQrcode",
"params": {
"guid": "",
"useCache": true
}
}'