Log User Interaction
Record a user interaction with a resource and get updated state
Request
This endpoint expects an object.
resource_type
* `quest` - Quest
* `ai_note` - AI Note
* `ai_expert` - AI Expert
* `podcast` - Podcast
* `collection` - Collection
* `publication` - Publication
* `ai_video` - AI Video
* `profile` - Profile
resource_id
interaction_type
* `view` - View
* `like` - Like
* `unlike` - Unlike
* `share` - Share
* `bookmark` - Bookmark
* `unbookmark` - Unbookmark
* `comment` - Comment
Response
Interaction recorded successfully
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

