{% comment %} Typed request console ("try it"): method tabs → schema-driven path/query fields + JSON body → Send via fetch (with the stored auth header) → live response inline. Replaces the old DRF page-reloading forms. {% endcomment %} {% load tailwind_tags %}

Try it

{# Method selector — segmented control #}
{# Path params #}
Path
{# Query params #}
Query
{# Body #}
Body (JSON)
{# Body schema — what the endpoint accepts (name : type, * = required) #}
{# Send #} {# Live response #}
Result