curl --request POST \
--url https://api.production.hyperoru.com/api/hyper-ai/insight \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>",
"symbol": "<string>",
"timeframe": "<string>"
}
'