Authorization: Bearer ********************
curl --location --request GET '/api/user/' \ --header 'Authorization: Bearer {{token}}'
{ "code": 0, "data": {}, "message": "操作成功" }