{
"token": "{{gewe-token}}",
"callbackUrl": "http://www.baidu.com"
}curl --location '/tools/setCallback' \
--header 'X-GEWE-TOKEN: {{gewe-token}}' \
--header 'Content-Type: application/json' \
--data '{
"token": "{{gewe-token}}",
"callbackUrl": "http://www.baidu.com"
}'{
"ret": 200,
"msg": "操作成功"
}