cURL
curl --request POST \ --url https://api.worlds.wazoo.tech/v1/worlds \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
Create a new world.