API overview
Example API documentation page
Mock endpoint layout:
// Example only — not a real contract
export const routes = {
"GET /v1/users/:id": "UserProfile",
"POST /v1/leads": "CreateLead",
} as const;Link back to Back-end overview.

Example API documentation page
Mock endpoint layout:
// Example only — not a real contract
export const routes = {
"GET /v1/users/:id": "UserProfile",
"POST /v1/leads": "CreateLead",
} as const;Link back to Back-end overview.
This page and links