Creates one or more fields in a project. Fields are field definitions that can be used
in logs. This endpoint allows pre-defining fields before adding any log data.Each field can have an optional description. If a field already exists, its description
will be updated.
Whether to backfill existing logs in the context with None values for the new fields. When True, all existing logs will get the new fields with None values, ensuring all rows can participate in derived equations without errors.