curl --location '/v1/responses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"include": [
"reasoning.encrypted_content"
],
"instructions": "Codex agent 系统指令,完整内容见原始请求体",
"model": "gpt-6-sol",
"input": "请介绍一下人工智能。",
"parallel_tool_calls": true,
"prompt_cache_key": "01a04e9c-adb6-72c1-8afd-646c3ff972e5",
"stream": false,
"reasoning": {
"effort": "xhigh"
},
"tools": []
}'