add Viewer

suspend fun addViewer(name: String, surname: String, email: String): JsonObject

Method to add a new com.tecknobit.ametistacore.models.AmetistaUser.Role.VIEWER in the system

Return

the result of the request as JsonObject

Parameters

name

The name of the user

surname

The surname of the user

email

The email of the user