this is my code
@app.route("/api/v1.0/login", methods=["GET"] ) def login(): auth = request.authorization if auth: user =