Returns a list of all public lists from the database.
cURL
curl --request GET \ --url https://mbzlists.com/api/list
[ { "viewId": "<string>", "name": "<string>", "createdOn": "2023-11-07T05:31:56Z", "lastModifiedOn": "2023-11-07T05:31:56Z", "isPublic": true } ]
A list of public lists
The response is of type object[].
object[]