from curl_cffi import requests
headers = {
'accept': '*/*',
'accept-language': 'zh-CN,zh;q=0.9',
'authorization': 'Bearer xxx',
'cache-control': 'no-cache',
'content-type': 'application/json',
'oai-language': 'zh-CN',
'origin': 'https://chatgpt.com',
'pragma'...