Adds a new user ID as a user resource.
POST
http://localhost:3000/users
| Parameter name | Type | Description |
|---|---|---|
id |
number | The record ID of the user to return |
None
None
{
"id": 5
}
| Status value | Return status | Description |
|---|---|---|
| 201 | Created | Created a new resource |