curl --location --request GET 'https://api.flashcat.cloud/api/n9e/user/1/profile' \
--header 'X-User-Token: <api-key>'
{
"id": 2,
"username": "test1",
"nickname": "测试1",
"phone": "",
"email": "",
"portrait": "",
"roles": [
"Admin"
],
"contacts": {
"mm_webhook_url": "a",
"lark_robot_token": "a"
},
"maintainer": 0,
"create_at": 1740572038,
"create_by": "root",
"update_at": 1740572038,
"update_by": "root",
"belong": "",
"admin": true,
"user_groups": null,
"busi_groups": null,
"last_active_time": 0
}