add Application

suspend fun addApplication(iconBytes: ByteArray?, iconName: String?, name: String, description: String): JsonObject

Method to add a new application to the system

Return

an endpoint to make the request as String

Parameters

iconBytes

The bytes of the icon of the application

iconName

The name of the icon of the application

name

The name of the application

description

The description of the application