Postman Hiccup Error

I am getting an error while hitting a POST api.

Request:

https://sandbox-api.flipkart.net/sellers/listings/v3

Response:

{
    "errors": [
        {
            "severity": "ERROR",
            "code": 5000,
            "description": "There's been a hiccup, we're afraid. Please report this.",
            "path": "7c83906b-91f5-4756-9037-78bffcea60c0"
        }
    ]
}

Hey @madhavibobade0,

Welcome to the community! :star:

This is not a Postman error, itโ€™s coming from the server of the flipkart API. Without more details of the request that youโ€™re sending, itโ€™s going to be impossible for anyone to advise a solution.