example
request
curl -X {{ endpoint.method|upper }} {{ endpoint.curl }}
{% if endpoint.resp %} {% if endpoint.resp[0].body %} {% if endpoint.resp[0].body[0].example is not none %}
response
{{ endpoint.resp[0].body[0].example|jsonify|e }}
{% endif %} {% endif %} {% endif %}