curl --request POST \
--url https://app.d-sports.org/api/webhooks/revenuecat \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"event": {
"type": "<string>",
"app_user_id": "<string>",
"product_id": "<string>"
}
}
'