FulfillmentOreder API fetch only latest requested fulfillment orders

Hi,

https://{shop}.myshopify.com/admin/api/2021-10/assigned_fulfillment_orders.json?assignment_status=fulfillment_requested

we are using above admin api, to fetch fulfillment_requested, but we have the case which is we only want to fetch the fulfillment orders that are not already stored in our database.

e.g. If we hit and get 10 fulfillment orders, then in the next hit we want to fetch orders after 10

we have checked the cursor based pagination but this endpoint is not supported, any other way to achieve this?

"link" => null

Any help would be appreciated

Thank you