wrapApiRequest

internal inline fun <T : Any> wrapApiRequest(networkCall: () -> <Error class: unknown class><T>): Either<NetworkFailure, T>