curl -X POST https://api.dari.dev/v1/sessions/sess_123/messages \
-H "Authorization: Bearer $DARI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"parts": [
{ "type": "text", "text": "Summarize this ticket and draft a reply." },
{ "type": "file", "file_id": "file_456" },
{ "type": "image", "file_id": "file_789" }
],
"metadata": {
"ticket_id": "T-1042"
}
}'