Track a share event
POST
/shares
Records a social-share event for a fundraiser or profile. The sharing user is recorded when authenticated, otherwise null.
Request Body
application/json
JSON
{
"entity_type": "string",
"entity_id": "string",
"platform": "string"
}
Responses
Share tracked
application/json
JSON
{
"success": true,
"message": "string"
}