{% macro docsection(api_call, server_url) %}
{{ api_call.description }}
{% if grouping_note in api_call.keys() %}{{api_call.grouping_note}}
{% endif %}{{ api_call.response_description }}
{{ api_call.method }} {{ server_url }}{{ api_call.path_template }}
curl {{ server_url}}{{ api_call.example_request_bash }}
{{ api_call.example_response }}