V3 profile share

Hi @IntegrationSupport, @Ramandeep24
For v3 profile share, when I send https://dev.abdm.gov.in/hiecm/api/v3/patient-share/share, I am receiving response and in webhook from CM, [v1.0/patients/profile/share] is received.

Again immediately when I send, https://dev.abdm.gov.in/hiecm/api/v3/patient-share/on-share with payload
{

"acknowledgement": {

    "status": "SUCCESS",

    "abhaAddress": "abhaid@sbx",

    "profile": {

        "context": "123",

        "tokenNumber": "10",

        "expiry": "600"

    }

},

"response": {

    "requestId": "582b58ed-de80-4871-8d82-7bce4e7169bb"

}

}
I am getting bad request
Is this the correct payload and api?
Can you help on this?