Network Request Data
constructor(components: NetworkRequestData.Components? = null, url: URI? = null, method: NetworkRequestData.HttpMethod = HttpMethod.GET, requestId: String = UUID.randomUUID().toString(), isForDebugging: Boolean = false, factory: suspend (isForDebugging: Boolean, requestId: String) -> Map<String, String>)(source)