Using both create_at_min and create_at_max not working, returning an empty array

Hi

I am trying to get the list of orders using both create_at_min and create_at_max parameter but it is returning an empty array while there is an order made at that date and time

e.g https://{{key}}:{{password}}@{{store}}.myshopify.com/admin/api/2021-10/orders.json?created_at_min=2021-11-04T03:30:30%2B01:00&fields=created_at,id,name,total-price&created_at_max=2021-11-03T02:14:41%2B01:00&status=any

It returns

{
“orders”:
}

Please any solution to this. How do I resolve it