getAuthoredGroups
suspend fun getAuthoredGroups(page: Int = DEFAULT_PAGE, pageSize: Int = DEFAULT_PAGE_SIZE, nameFilter: String = ""): JsonObject
Method to execute the request to get the groups list of the user where him/her is the author
Return
the result of the request as JsonObject
Parameters
page
The number of the page to request to the backend
pageSize
The size of the result for the page
nameFilter
The name to use as filter to retrieve authored groups