{
"method": "/client/restoreClient",
"params": {
"guid": "{{guid}}"
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/client/restoreClient",
"params": {
"guid": "{{guid}}"
}
}'{
"data": {},
"code": 0,
"msg": "string"
}