meta { name: Create API Key type: http seq: 1 } put { url: http://localhost:3000/api/v1/api-key body: json auth: inherit } body:json { { "isRoot": true } }