Abha address not updating in abha card

Hi @IntegrationSupport,
I am trying to find the api that I can use to link Abha address to Abha number if it was already created.
I am currently using this endpoint:
https://healthidsbx.abdm.gov.in/api/v1/account/profile
requestBody = {
healthId: “sampleabha@sbx”,
}
POST request
It is working fine for new Abha, but if a Abha address is already linked then it does not update that Abha address.

Can you please help me on how i can resolve the issue