Authorization: Bearer ********************
curl --location --request POST '/admin-api/system/auth/logout' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "data": true, "msg": "string" }