{"info":{"_postman_id":"3b9f4621-802b-404f-90bd-69bf84186cf2","name":"Tweet","description":"<html><head></head><body><p>Endpoints for managing tweets. Allows users to post tweets and toggle likes on tweets.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26904720","collectionId":"3b9f4621-802b-404f-90bd-69bf84186cf2","publishedId":"2sBXqKnzLw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-01T15:06:49.000Z"},"item":[{"name":"Post Tweet","id":"3af3fa77-8b58-459c-bd02-36f6b1febec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"content\": \"Hello world, this is my first tweet!\" }","options":{"raw":{"language":"json"}}},"url":"{{server}}/tweets/","description":"<p>Creates a new tweet. Requires authentication. Send the tweet content in the request body.</p>\n","urlObject":{"path":["tweets",""],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3af3fa77-8b58-459c-bd02-36f6b1febec8"},{"name":"Toggle Tweet's Like","id":"0d8e3ad2-3285-42da-a6a5-385b0cd0baac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{server}}/likes/toggle/t/69f38063a67757bb04c6dc68","description":"<p>Toggles the like status on a tweet. If the tweet is already liked, it will be unliked, and vice versa. Requires authentication.</p>\n","urlObject":{"path":["likes","toggle","t","69f38063a67757bb04c6dc68"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d8e3ad2-3285-42da-a6a5-385b0cd0baac"}]}