I have a simple API which is secured by a basic Flask API built with flask_restx.
flask_restx
@api.route("/api/data") class Index(Resource): @j