curl --location --request POST '/logout' \ --header 'Authorization: Bearer {{token}}'
{ "code": 200, "message": "登出成功", "data": null }