Pagination for Collects from Specific Collection API

Hi, I was trying to get all collects from custom_collection API. The problem is I can’t proceed to next page when I pass the page_info and collection_id and it shows this error “collection_id cannot be passed when page_info is present. See https://shopify.dev/api/usage/pagination-rest for more information.”.
here is my endpoint:
https://xxx:xxx@xxx/admin/api/2022-04/collects.json?collection_id=261077041203&page_info=eyJjb2xsZWN0aW9uX2lkIjoyNjEwNzcwNDEyMDMsImxhc3RfaWQiOjI4NDYzODIxNzUwMzIzLCJsYXN0X3ZhbHVlIjoiMTkiLCJkaXJlY3Rpb24iOiJuZXh0In0
any solution for this?