Problem:
When using software that doesn't allow to specify HTTP headers (stata, excel, etc.), users can't get data from PostgREST.
Solution:
Allow passing these arguments also as query parameters.
Authorization: Bearer <token> could be also passwed as ?token=<token>, similarily with Accept: <format> as ?format=<format>