Orders rest API

Hey Here’s the filter which I’m using to filter the orders for a specific date
https://helpful-foodie-2329.myshopify.com/admin/orders?inContextTimeframe=last_7_days&processed_at_min=2023-06-05&processed_at_max=2023-06-11
result of this I’m getting 48 orders in the admin

here’s the URL of the rest API I’m using

https: //helpful-foodie-2329.myshopify.com/admin/api/2023-04/orders.json?limit=250&status=any&processed_at_min=2023-06-05&processed_at_max=2023-06-11
result of this I’m getting 11 orders