curl --location --request POST 'https://cn2us02.opapi.win/v1/responses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"background": true,
"conversation": "string",
"include": [
"web_search_call.action.sources"
],
"input": "string",
"instructions": "string",
"max_output_tokens": 0,
"max_tool_calls": "string",
"metadata": {},
"model": "string",
"parallel_tool_calls": "string",
"previous_response_id": "string",
"prompt": {},
"prompt_cache_key": "string",
"reasoning": {},
"safety_identifier": "string",
"service_tier": "auto",
"store": true,
"stream": true,
"stream_options": {},
"temperature": 0,
"text": {},
"tool_choice": "string",
"tools": [
"string"
],
"top_logprobs": 0,
"top_p": 0,
"truncation": "string"
}'