curl --location --request GET '/front/user/sharedaccount/sharedStatus' \
--header 'FrontToken: {{FrontToken}}'{
"code": 1001,
"data": {
"userId": "user-TlRdINza",
"userName": "aaaa",
"isSharedAccountEnabled": 1,
"sharedStatusType": 1,
"statusDescription": "开通过共享账户,被别人共享过"
},
"message": "操作成功"
}