Exact request and response body for {{bridge Endpoint URL}}/v1.0/patients/profile/on-share API acess

Hi team,
We want to know request and response body for below API access.
{{bridge Endpoint URL}}/v1.0/patients/profile/on-share

is this Request body for above API access

{
  "requestId": "499a5a4a-7dda-4f20-9b67-e24589627061",
  "timestamp": "2023-06-22T09:22:31.067Z",
  "intent": {
    "type": "string"
  },
  "location": {
    "latitude": "string",
    "longitude": "string"
  },
  "profile": {
    "hipCode": "12345 (CounterId)",
    "patient": {
      "healthId": "<username>@<suffix>",
      "healthIdNumber": "1111-1111-1111-11",
      "name": "Jane Doe",
      "gender": "M",
      "address": {
        "line": "string",
        "district": "string",
        "state": "string",
        "pincode": "string"
      },
      "yearOfBirth": 2000,
      "dayOfBirth": 0,
      "monthOfBirth": 0,
      "identifiers": [
        {
          "type": "MR",
          "value": "+919800083232"
        }
      ]
    }
  }
}

Please let us know Exact request and response body for the same.