--- url: /2/users/:id/blocking 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: blocking: type: bool