admin Sign Up

suspend fun adminSignUp(adminCode: String, name: String, surname: String, email: String, password: String, language: String): JsonObject

Method to sign-up as an ADMIN

Return

the result of the request as JsonObject

Parameters

adminCode

The admin code Ametista's backend

name

The name of the user

surname

The surname of the user

email

The email of the user

password

The password of the user

language

The language of the user