curl --location 'https://cookieplus.perk-net.com/api//open/userIdentity/list' \ --header 'token: d7b******62f' \ --header 'Content-Type: application/json'
{ "code": 200, "msg": "执行成功", "data": [ { "id": 1, "identity": "工作", "remark": "工作相关网站", "isDefault": true }, { "id": 2, "identity": "个人", "remark": "个人账号", "isDefault": false } ] }