Get json data from incoming Flask request.json case insensitive
I'm implementing an API (proxy) that accepts incoming JSON POST data in Flask. I need to process this JSON and after that send it on to a backend API, which was written in another language. The JSON data will be…