gpt plus 邀请链接登陆后还是用不了

´´´
fetch(“https://chatgpt.com/backend-api/referral/invites/claim/<Invite_code>”, {
body: JSON.stringify({ “workspace_id”: “<account_id>” }),
“headers”: {
“Accept”: “/”,
“Accept-Language”: “zh-CN,zh-Hans;q=0.9”,
“Authorization”: “Bearer <access_token>”,
“Content-Type”: “application/json”,
“OAI-Language”: “en-US”,
“User-Agent”: “”
},
“method”: “POST”,
“mode”: “cors”,
“redirect”: “follow”,
“referrer”: “https://chatgpt.com/”,
“referrerPolicy”: “strict-origin-when-cross-origin”
})
´´´
account_id的获取:
搜索accounts接口获取返回结果的account_ordering里面的第一个数据