It wold be nice to be able to specify the content type of the resulting example block so that ob highlighting works inside of it...
So that this is inserted
in a situation like this:
#+BEGIN_SRC http
GET /api/something/
Content-Type: application/json
Authorization: Token ${token}
#+END_SRC
#+RESULTS:
#+begin_example
{
"count": 1182,
...