{% extends "base.html" %} {% block title %}Users API Reference{% endblock %} {% block content %}
Authentication & User Management
All API requests require authentication using JWT tokens. Include the access token in the Authorization header.
Authorization: Bearer YOUR_ACCESS_TOKEN