Code samples for the AUTH_TOKEN_FLOW_31 demonstration.
Run with `curl -H "Authorization: Bearer $TOKEN"`.
Use `requests.post(url, headers={"Authorization": ...})`.
Code samples for the ENDPOINT_FLOW_72 demonstration.
POST to `/api/v1/users` with a JSON payload.
Use `requests.post(api_url, json={...})`.