```
curl -X POST https://gateway.ai.cloudflare.com/v1/bfbf65e6b0ccd9faec9809c0eff9688e/ai-gatway/openai/chat/completions \
--header 'Authorization: Bearer OPENAI_TOKEN' \
--header 'Content-Type: application/json' \
--data '{"model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "What is Cloudflare?"}]}'
{"error":{"code":"unsupported_country_region_territory","message":"Country, region, or territory not supported","param":null,"type":"request_forbidden"}}
```
curl -X POST https://gateway.ai.cloudflare.com/v1/bfbf65e6b0ccd9faec9809c0eff9688e/ai-gatway/openai/chat/completions \
--header 'Authorization: Bearer OPENAI_TOKEN' \
--header 'Content-Type: application/json' \
--data '{"model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "What is Cloudflare?"}]}'
{"error":{"code":"unsupported_country_region_territory","message":"Country, region, or territory not supported","param":null,"type":"request_forbidden"}}
```