post

suspend fun post(path: String, contentJsonString: String): Any
suspend fun post(path: String, content: Any?): Any