{
"appId": "{{appid}}"
}
curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/login/reconnection' \
--header 'X-GEWE-TOKEN: {{gewe-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}"
}'
{
"ret": 200,
"msg": "操作成功"
}