Authorization: Bearer ********************
curl --location --request POST 'https://user.mslmc.net/api/oauth/deleteApp' \ --header 'Authorization: Bearer <token>' \ --data-urlencode 'app_id=1'
{ "code": 400, "msg": "App不存在" }