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