Returns all available lists
curl --request GET \ --url https://api.sandbox.verisoul.ai/list \ --header 'x-api-key: <api-key>'
{ "request_id": "<string>", "lists": [ { "name": "<string>", "description": "<string>" } ] }
The response is of type object.
object