cURL
curl --request GET \ --url https://api.worlds.wazoo.tech/v1/worlds
{ "response": [ { "id": "<string>", "name": "<string>", "description": "<string>", "created_at": "<string>" } ] }
List all worlds accessible to the authenticated account.
Show World Object