--- url: /2/users/:id/likes method: post paths: - name: id type: string body: type: object properties: - name: tweet_id type: string required: true response: type: object properties: data: type: object properties: liked: type: bool