Authorization: Bearer ********************
curl --location --request GET '/user/init' \ --header 'Authorization: Bearer <token>'
{ "data": null, "message": "存在用户,初始化失败", "type": "error", "code": -1 }