Sessions API dev.abdm.gov.in not found error

Hi,
I am trying to retrieve the Authentication token as instructed on https://sandbox.abdm.gov.in/docs/getting_started_with_apis

I am getting error using postman as well as through program

curl --location --request POST ‘https://dev.abdm.gov.in/gateway/v0.5/sessions’ --header ‘Content-Type: application/json’ --data-raw ‘{
“clientId”: “clientId-you-received”,
“clientSecret”: “secret-you-received”
}’

Hi @Minal, Kindly verify with this curl;

curl --location ‘https://dev.ndhm.gov.in/gateway/v0.5/sessions
–header ‘Content-Type: application/json’
–header ‘Cookie: TS01960242=01445fed04afb5d5f4418dadf951756f1df9cee28575750b2ffe1580fb16880cd58a6498cf2ea659defb1405613923cf1e6baa3d04’
–data ‘{
“clientId”: “xxxxxx”,
“clientSecret”: “xxxxxxaba957b727”,
“grantType”: “client_credentials”
}’