post

inline suspend fun <T : @Serializable Any> post(path: String, isForDebugging: Boolean = false, body: ByteArray? = null, requestId: String = UUID.randomUUID().toString(), retryCount: Int = 6): Either<T, NetworkError>(source)