createStudy

abstract suspend fun createStudy(ownerId: UUID, name: String, description: String? = null, invitation: StudyInvitation? = null): StudyStatus

Create a new study for the entity (e.g., person or group) with ownerId.