I have a simple REST API set up in my flask project, which I am trying to rate limit using the flask_limiter library.
from flask import Flask, request, redirect,