curl -X POST https://api.example.com/v1/responses \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5",
"messages": [
{"role": "user", "content": "Solve this complex problem..."}
],
"reasoning": {
"effort": "high"
}
}'