curl --request POST \
--url https://api.eka.care/abdm/v1/hip/patient/profile/on-share \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"abha_address": "<string>",
"request_id": "<string>",
"error": {
"code": 123,
"message": "<string>"
},
"hip_code": "<string>",
"token": {
"token_number": "<string>",
"expires_at": 123
}
}
'