Create User
text
POST /v1/users
Content-Type: application/json
{ "name": "Alice", "email": "alice@example.com" }🎯 Result{ "id": "u_1", "name": "Alice", "email": "alice@example.com" }
Relax. We'll talk through this in plain words — no textbook voice.
POST /v1/users
Content-Type: application/json
{ "name": "Alice", "email": "alice@example.com" }🎯 Result{ "id": "u_1", "name": "Alice", "email": "alice@example.com" }