getPicturesContributedIncompleteProducts

@GET(value = "photographer/{contributor}/state/to-be-completed/{page}.json?nocache=1")
abstract suspend fun getPicturesContributedIncompleteProducts(@Path(value = "contributor") contributor: String?, @Path(value = "page") page: Int): Search