New Start to Sandbox Implementation

Hi,
Our Client ID is SBX_001396, and we have successfully validated to the gateway by Secret code using invoking below curl post request. We got the Token number and other details as expected.

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"
}'

But we have some confusion about the next step for the Sandbox test completion. Following are the next steps as suggested in site,

  1. Update the bridge URL using following curl command with the endpoint where your HIP / HIU services services will be hosted. Please make sure that URL is a https one with valid SSL certificate. curl -X PATCH “https://dev.ndhm.gov.in/devservice/v1/bridges” -H “accept: /” -H “Content-Type: application/json” -d “{“url”:“string”}”

I request help on this.

Thanks,
Prashant Palo

Kindly check the documentation here - https://sandbox.abdm.gov.in/docs/getting_started_with_apis