{
"token": "string",
"loginId": "string"
}curl --location --request POST '/public-api/user/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"loginId": "string"
}'{
"result": "ok",
"response": {
"id": 7877,
"uId": "rb3710ad0191a489a979a790",
"name": "小新-权限转移测试",
"mobile": "",
"email": "",
"loginId": "123456123",
"domId": "testing",
"role": [
"editor"
],
"pwdVersion": 0,
"enabled": true,
"ctime": "2024-09-25 15:21:50+0800",
"isDel": false,
"userProperties": {}
}
}