curl --request POST \
--url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/auth/webhooks/post-registration \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userId": "<string>",
"email": "jsmith@example.com",
"name": "<string>",
"picture": "<string>",
"connection": "<string>",
"event": "<string>",
"metadata": {}
}
'