def post(self):
     args = self.reqparse.parse_args()
     return UserService.add(data=args).serialize