getRefsCommitPushTo

@GET(value = "projects/{id}/repository/commits/{sha}/refs")
abstract suspend fun getRefsCommitPushTo(@Path(value = "id") id: String, @Path(value = "sha") sha: String, @Query(value = "type") type: String): Result<List<Reference>>