DH-906 Incorrect request for order and cannot be processed

Hi Team, I have placed super order using the v2 API. Order got placed. But when I am trying get the super order list its giving error
Request

    curl --request GET \
    --url https://api.dhan.co/v2/super/orders \
    --header 'Content-Type: application/json' \
    --header 'access-token: JWT'

Response

{"errorType":"Order_Error","errorCode":"DH-906","errorMessage":"Incorrect request for order and cannot be processed"}

If you see there is nothing in the request apart from headers, which are correctly specified.