create
suspend fun create(reportId: String, name: String, path: String?, className: String?): Result<ScreenResource, Exception>
Create a new screen.
Parameters
report Id
The report ID (path parameter).
name
The name of the screen.
path
The path of the screen (optional).
class Name
The class name of the screen (optional).