Create a new user with the most stylishly inefficient data
POST /users HTTP/1.1
Host: neo-brutalist-backend.com
Content-Type: application/json
{
"name": "Your Name",
"email": "your_email@neobrutalist.com",
"password": "password123"
}
Fetch a user by their stylishly inefficient ID
GET /users/{id} HTTP/1.1
Host: neo-brutalist-backend.com
Accept: application/json
Uncreate a user because, why not?
DELETE /users/{id} HTTP/1.1
Host: neo-brutalist-backend.com
Accept: application/json