curl --request POST \
--url https://api.example.com/chat \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"prompt": "Provide a detailed analysis of PEPE holders, is the trend bullish or bearish?",
"model": "gpt-4.1-mini",
"stream": false
}
'