Unable to get orders

@Mike_Hoddevik A similar post to your question is here. Basically this

`GET https://paper-api.alpaca.markets/v2/orders?status=all`

You need to pass status=all as parameters instead of in the body. That should work.