curl --location --request POST 'https://vejazwelilonndcsreop.supabase.co/rest/v1/classification_runs' \
--header 'apikey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
"image_uri": "https://example.com/image.jpg",
"image_source": "mobile_upload",
"result_label": "water_hyacinth",
"confidence": 94,
"is_positive": true,
"recommendation": "Immediate removal recommended",
"model_version": "v1.0.0"
}'