curl -X POST https://api.ones1ght.com/api/openapi/v1/chat/completions \
-H "Authorization: Bearer osk_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"model": "shopping-assistant",
"messages": [
{"role": "user", "content": "今晩のメニューをおすすめしてください"}
],
"stream": true
}'