{ "uuid": "" }
curl --location '/v1/account/exitlogin' \ --header 'token;' \ --header 'Content-Type: application/json' \ --data '{ "uuid": "" }'
{ "Code": 200, "Data": true, "Text": "退出成功", "RowCount": 0 }