curl --location --request POST 'http://127.0.0.1:8000/api/v2/logout' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {{token}}'
{ "code": 0, "message": "string", "time": 0 }