How to uncorrelate account to old identity and correlate it to new identity

Here’s how-to. I was meant on updating the source account “manuallCorrelated” flag to false, so it will get uncorrelated away from the old identity.

Can refer to this for some explanation.

{
    "Reassign account": {
        "value": [
            {
                "op": "replace",
                "path": "/manuallyCorrelated",
                "value": "false"
            }
        ]
    }
}