Am getting invalid secret key when I hit API with provided client id and secret key.
curl --location --request POST 'https://dev.ndhm.gov.in/gateway/v0.5/sessions' --header 'Content-Type: application/json' --data-raw '{
"clientId": "clientId-you-received",
"clientSecret": "secret-you-received"
}'
where i used my clientid and clientSecret from email received
Thanks & Regards
D Kiran