Creates a new user in the database.
{
"username": "example_user",
"password": "example_password"
}
curl -X POST "https://url/api/user/create" \
-H "Content-Type: application/json" \
-d '{"username": "example_user", "password": "example_password"}'