Authorization: Bearer ********************
curl --location --request GET '/api/user/logout' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "data": {}, "message": "string" }