curl --location -g --request POST '{{base_url}}/v1/responses' \
--header 'Authorization: 你的apiley' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "o3-pro",
"input": "How much wood would a woodchuck chuck?",
"reasoning": {
"effort": "high"
}
}'
{}