Create a users endpoint
The endpoint should allow for the creation of users.
POST /user/create/{username}
200: User created
409: User already exist
GET /user/{username}
200: returns all data of the user
404: user does not exist
The endpoint should allow for the creation of users.
POST /user/create/{username}
200: User created
409: User already exist
GET /user/{username}
200: returns all data of the user
404: user does not exist