Issue in patients/profile/share

Hi @Shubhanshu_Shukla,

I am trying to share patient’s profile with HIP using QR code with below api

https://dev.ndhm.gov.in/gateway/v0.5/patients/profile/share

{
“requestId”: “e2a0efef-7a36-444d-b431-ff0ff2ce034b”,
“timestamp”: “2022-05-09T09:24:06.3065976Z”,
“profile”: {
“hipCode”: “akshya-care-hospital-hip”,
“patient”: {
“healthId”: “jatin@sbx”,
“healthIdNumber”: “46-8740-0644-3042”,
“name”: “jatin Lad”,
“gender”: “M”,
“address”: {
“Line”: “”,
“District”: “463”,
“State”: “38”,
“PinCode”: null
},
“yearOfBirth”: 1983,
“dayOfBirth”: 8,
“monthOfBirth”: 12,
“identifiers”: null
}
}
}

Response: 403 (Access Denied)

Please guide us