def move_package(dest, id): try: PYLOAD.movePackage(dest, id) return {"response": "success"} except: return HTTPError()