package request_objects type InitDatabaseRequest struct { URL string `json:"url"` DBType string `json:"dbType"` }