@api.doc('update_token')
    @api.marshal_with(token, code=200, description='Token updated')
    def post(self, data):
        """Update a Token"""