post Action
abstract suspend fun postAction(action: String, params: JsonObject = JsonObject(emptyMap())): JsonObject
Sends an action with JSON params and returns raw JSON response payload.
Sends an action with JSON params and returns raw JSON response payload.