Two errors fixed:
* The JSON body parameter key 'key' was provided twice. I think it should
have been the 'name' key.
* One value wasn't terminated with a double quote.
The HTTP code block parser warned about this in the sphinx-build output.
X-Api-Key: secret
Content-Type: application/json
- {"key": "mytsigkey, "key": "GQNyFy1QagMUarHmiSgsIJajghdTGJGVcN5TRVwgbclzxGyhQR1uYLCOyJ/uj9uj12jyeLwzJuW12wCI9PYv7Q=="}
+ {"name": "mytsigkey", "key": "GQNyFy1QagMUarHmiSgsIJajghdTGJGVcN5TRVwgbclzxGyhQR1uYLCOyJ/uj9uj12jyeLwzJuW12wCI9PYv7Q=="}
.. code-block:: http