Share Profile API not working

Hey, I have tried calling share profile from the postman on this url

https://dev.abdm.gov.in/cm/v1/patients/profile/share

Body:

{
“requestId”: “{{$guid}}”,
“intent”: {
“type”: “test intent”
},
“location”: {
“latitude”: “46.898417”,
“longitude”: “90.952690”
},
“hipDetails”: {
“hipId”: “SWASTHYA_AI_12345”,
“code”: “12345”
}
}

Headers:
X-Auth-Token: <#Token on login using userAuthorized Token>

But I am getting this response always

{
“error”: {
“code”: 1500,
“message”: “Unknown error occurred”
}
}

Status: 500 Internal Server Error

Kindly look into this
I have referred from this url: https://sandbox.abdm.gov.in/swagger/ndhm-phr-app.yaml
Our bridge and callback is working fine confirmed with the SBX App

I have find out that when I sign in with abha number the share profile fails,
but when I sign in with abha address and use its generated token then share succeeds

Why is that?

login steps which i have used for abha number

1 - {{BaseURI}}/{{BasePath}}/v2/registration/mobile/login/generateOtp
2 - {{BaseURI}}/{{BasePath}}/v2/registration/mobile/login/verifyOtp
3 - {{BaseURI}}/{{BasePath}}/v2/registration/mobile/login/userAuthorizedToken (pass txnId from 1, healthId and T-Token in header from 2)

@Gayatrij @MeghanaN @shobhit24 @IntegrationSupport

Hey @Priyanshu, I have tried with ABHA Address also but it showing me this error
“error”: {
“code”: 1500,
“message”: “Error from Plenome001,Error in making call to target system Content type ‘text/html;charset=iso-8859-1’ not supported for bodyType=java.util.HashMap<?, ?>,Please try again”
}
Can you please help with this.