createProject
inline suspend fun EvidentlyClient.createProject(crossinline block: CreateProjectRequest.Builder.() -> Unit): CreateProjectResponse
Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments. Use projects to group similar features together.
To update an existing project, use UpdateProject.