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" }