cURL
curl --request GET \ --url http://127.0.0.1:47334/v1/api/api/databases
[ { "name": "<string>", "engine": "<string>", "type": "<string>" } ]
Gets all databases created by the user.
A JSON array of database names
The response is of type object[].
object[]