Care Context discover api giving 500 Internal server error

We are testing PHR via testing HIP Web interface and created a patient record there for Health Id - rahul345@sbx
When trying to getting care context for respective HIP getting below error

https://dev.abdm.gov.in/cm/v1/care-contexts/discover

X-AUTH-TOKEN: Bearer eyJhbGciOiJSUzUxMiJ9.eyJzdWIiOiJyYWh1bDM0NUBzYngiLCJjbGllbnRJZCI6IlBIUi1XRUIiLCJzeXN0ZW0iOiJBQkhBLUEiLCJyZXF1ZXN0ZXJJZCI6IlBIUi1XRUIiLCJwaHJNb2JpbGUiOiI3ODQwMDk5ODY4IiwiZXhwIjoxNjYwMjkzMTMyLCJpYXQiOjE2NjAyODU5MzIsInBockFkZHJlc3MiOiJyYWh1bDM0NUBzYngiLCJ0eG5JZCI6Ijc3Mzc2ZjEwLWFlMjUtNDk3Zi05YTM3LTgxOGQ3ZDc0YTI2YyJ9.2i8s1CSKc93hhhRH-fYToGcmCCv7GafBXoJt0Wj8p6DF-ow_5SK0pjIUldbB5TtKw273afXyC1yVyhZs6wuu70Yva2J_sNBOT58JpHVffK24mXyiGCFrsdpGBNddSp3a2Ks-zh0NtnZK9nAUZt2YGKvy3VFLxflR_nxIZCGEkO5sWJhB-Z8Dsb1ilUItJd6lv7dBqYOuaJizGN-wu0iqCWRi3AvM27SaDnWwDKJWdCl5LjxwH8iI5jo4lbQTcFUJWyGkx8oRVSNd40BvWFy8GnM4HQY0T2GtG4GSukL0NzPn8ARixlnH2ZTVqh3UdRH3cs0s5mGIuFHSxDNBkscs6g
Request:
{“hip”:{“id”:“IN3410000219”},“requestId”:“77376f10-ae25-497f-9a37-818d7d74a26c”,“unverifiedIdentifiers”:[{“type”:“MR”,“value”:"+917840099868"}]}

Response;
{

"error": {

    "code": 1500,

    "message": "Unknown error occurred"

}

}

Hi @Rahulsawhney,

please generate new token session was expire please see the below error message.

{"@timestamp":“2022-08-12T06:42:49.644Z”,"@version":“1”,“message”:“HIE_CM Discovery CM 1: DiscoveryResult(requestId=a36b4bf7-3702-4066-979a-598279549dca, timestamp=2022-08-12T06:42:49.566438, transactionId=null, patient=null, error=RespError(code=2500, message=Cannot process the request at the moment, please try later.), resp=GatewayResponse(requestId=77376f10-ae25-497f-9a37-818d7d74a26c))”,“logger_name”:“in.projecteka.consentmanager.link.discovery.Discovery”,“thread_name”:“lettuce-epollEventLoop-5-1”,“level”:“INFO”,“level_value”:20000,“CORRELATION-ID”:“4ccfb279-c974-4ddc-862d-399e97521750”}

Thanks.