Introduction
Welcome to the MyApp REST API. Below you will find a reference of all available endpoints along with interactive examples.
GET /api/users
Retrieve a list of all users.
POST /api/users
Create a new user. Provide JSON payload with name and email.
GET /api/users/:id
Retrieve a single user by ID.
DELETE /api/users/:id
Delete a user by ID.