Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:3001/api/user/getUserProfile?uid=95989d71-d927-4a06-999c-7b3f10f39edf' \
--header 'Authorization: Bearer <token>'
{"success":true,"message":"获取用户信息成功","data":[{"uid":"6c07233c-2b45-447c-921e-bf13af9a0d1d","userName":"丁仪","gender":"2","idCard":"35078119640307368X","brith":"19640307","city":"北京","email":"foo@gmail.com","mobile":"13045670000","address":"北京市北京市市辖区东城区朝阳门街道236号","createdAt":"2023-06-11T18:58:35.000Z","updatedAt":"2023-06-11T19:21:03.000Z","bio":""}]}