【GPT逆向】ChatGPT 账号密码 + RT + 临时邮箱(适合 GPT 逆向)
新版 RT 换 AT 的官方接口:
curl --location --request POST 'https://auth.openai.com/oauth/token'
--header 'Content-Type: application/json'
--data-raw '{
"client_id": "app_LlGpXReQgckcGGUo2JrYvtJK",
"grant_type": "refresh_token",
"redirect_uri": "com.openai.chat://auth0.openai.com/ios/com.openai.chat/callback",
"refresh_token": "rt_xxxxxxxxxxxxx"
}'