Morning,
Was wondering if anyone knew where to acquire either the python libraries, or the formatting for the POST requests when querying historical data?
I've attempted to use cURL and python requests with various HTTP Content-Types passed, however I keep getting 415 errors.
e.g.
```
'{"timestamp":"2020-03-06T15:38:33.189+0000","status":415,"error":"Unsupported Media Type","message":"Content type \'application/x-www-form-urlencoded;charset=UTF-8\' not supported","path":"/flight-history/search"}'
```