https://stackoverflow.com/questions/74690796/python-flask-request-get-json-returns-none-but-request-is-json
for whatever reason, flask decided that the request is not json and returns None instead of the json data
not sure
Environment:
- Python version: 3,10,7
- Flask version: 2.1.7