unwrap

inline fun <T> ApiResult<ApiResult<T>>.unwrap(): ApiResult<T>

Unwrap an ApiResult<ApiResult<T>> to become ApiResult<T>