codex oauth 如何快速批量获取周限额度
- 内容介绍
- 文章标签
- 相关推荐
问题描述:
--【壹】--:
如题,想用python来清除账号和开关账号,如何实现呢
网友解答:--【壹】--:
curl 'https://chatgpt.com/backend-api/wham/usage' \
-H 'Authorization: Bearer <access_token>' \
-H 'Chatgpt-Account-Id: <account_id>' \
-H 'User-Agent: codex_cli_rs/0.76.0 (Debian 13.0.0; x86_64) WindowsTerminal'\
-H 'Content-Type: application/json'
问题描述:
--【壹】--:
如题,想用python来清除账号和开关账号,如何实现呢
网友解答:--【壹】--:
curl 'https://chatgpt.com/backend-api/wham/usage' \
-H 'Authorization: Bearer <access_token>' \
-H 'Chatgpt-Account-Id: <account_id>' \
-H 'User-Agent: codex_cli_rs/0.76.0 (Debian 13.0.0; x86_64) WindowsTerminal'\
-H 'Content-Type: application/json'

