Create HealthId With Pre Verified not creating a new healthId

We are trying to create multiple ABHA Addresses and for that, we are trying to use the registration service,
Our all other services are working fine but whatever healthId passing in the request we are not receiving the same healthid in response we always get the first healthId that was created the first time.

https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/createHealthIdWithPreVerified
Request :
{

"healthId": "dhruv5123",    
"txnId": "346fa28e-f636-4e04-a426-7e182d98e98f",   

}

{
“healthIdNumber”: “91-7781-6225-2135”,
“name”: “Dhruv Barot”,
“gender”: “M”,
“yearOfBirth”: “1993”,
“monthOfBirth”: “9”,
“dayOfBirth”: “23”,
“firstName”: “Dhruv”,
“healthId”: “dhruv23091993@sbx”,
“lastName”: “Barot”,
“middleName”: “”,
“stateCode”: “24”,
“districtCode”: “451”,
“stateName”: “GUJARAT”,
“districtName”: “MAHESANA”,
“email”: “Example@Demo.com”,
“mobile”: “8460463510”,
“authMethods”: [“PASSWORD”, “MOBILE_OTP”, “AADHAAR_BIO”, “DEMOGRAPHICS”, “AADHAAR_OTP”],
“pincode”: null,
“tags”: {},
“alreadyExists”: “ABHA Number 91-7781-6225-2135 already exists and was created by SBX_002167”,
“new”: false
}

@barotdhruv93

Please pass txnId only on the request body.

@barotdhruv93,
/createHealthIdWithPreVerified API is for ABHA number creation, If you want to create ABHA address please follow this documentation - https://sandbox.abdm.gov.in/swagger/ndhm-phr-app2.yaml

For more information on abha address and phr app please go through this page - https://sandbox.abdm.gov.in/docs/build_phr_app

Thanks @IntegrationSupport for the information, Previously It was working and now, isn’t now, and suddenly we get to know we have to follow other APIs for creating an ABHA address,

Could you please implement a process so we can get to know about any further changes over email?
Also, Update the documentation according to it.

Regards,
Dhruv Barot