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