Just created a database via the API, which returns a 201 Created
It doesn't, however, return the ID anywhere
When creating a website, for example, it returns the id in the json body
Also, if I re-try the request with the same db name, I get a 500 error (not a conflict, or something like that)