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