I am trying to add an API to my django app using Flask, the purpose of the API is to return some JSON data if the email and password are correct via a post request: I am trying to add an API to my django app usin
I am trying to add an API to my django app using Flask, the purpose of the API is to return some JSON data if the email and password are correct via a post request: I am trying to add an API to my django app usin