curl --request PATCH \
--url 'https://api.unify.ai/v0/logs/update_field' \
--header "Authorization: Bearer $UNIFY_KEY" \
--header 'Content-Type: application/json' \
--data '{
"project_name": "eval-project",
"context": "test-context",
"field_name": "score",
"description": "Human-readable score for this log entry"
}'