curl --location --request GET 'http://127.0.0.1/admin/v1/admin-user/get-full-phone?id=1' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "OK",
"data": {
"phone_number": "18888888888"
},
"cost": "7.999ms",
"request_id": "563f029f-9c56-4136-bdfd-76d873dc7948"
}