curl --location --request GET 'http://127.0.0.1/admin/v1/admin-user/get-full-email?id=1' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "OK",
"data": {
"email": "admin@go-layout.com"
},
"cost": "6.330209ms",
"request_id": "e7d635fd-168f-4f94-af41-39954ad1918e"
}