{ "likes": 42, "comments": 15, "shares": 8, "userLiked": true, "userShared": false }
Post interaction endpoints
GET /api/posts/{postId}/interactions
POST /api/posts/{postId}/share Authorization: Bearer <token>
DELETE /api/posts/{postId}/share Authorization: Bearer <token>