Increments the liked_count field of an assistant using MongoDB $inc operator. The liked_count value from the request body is added to the current count (can be negative to decrement). Any authenticated user can call this endpoint.
JWT token passed in x-access-token header
The ObjectId of the assistant to update
Value to increment the liked_count by (use negative to decrement). Uses MongoDB $inc operator.
1