cURL
curl --request POST \ --url https://api.wazoo.dev/worlds \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "slug": "<string>", "label": "<string>", "description": "<string>" } '
{ "id": "<string>", "slug": "<string>", "label": "<string>", "createdAt": 123, "updatedAt": 123, "description": "<string>", "deletedAt": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Created