Authorization: Bearer ********************{
"model": "gpt-4o",
"input": "Tell me a three sentence bedtime story about a unicorn."
}
}curl --location 'https://drwa.openai-next.com/v1/responses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-4o",
"input": "Tell me a three sentence bedtime story about a unicorn."
}
}'{}