interface: Add new method origin_visit_get_with_statuses
It enables to retrieve in an efficient and paginated way the list
of visits and all their statuses for a given origin.
Previously, it was required to call origin_visit_status_get on each
visit of the origin to get such list.
Related to T4090