###
GET http://localhost:3000/api/v1/users
POST http://localhost:3000/api/v1/users
Content-Type: application/json
{
"username": "ben4",
"email": "ben4@roese.dev",
"password": "teksmkamsdkasdmaskdmaskdm"
}