diff --git a/server/README.md b/server/README.md index 01e002d..38714c1 100644 --- a/server/README.md +++ b/server/README.md @@ -146,9 +146,9 @@ curl --location 'http://:8001/tenants' \ "user_verification": "preferred", "attestation_preference": "none", "resident_key_requirement": "required" - }, - "create_api_key": true - } + } + }, + "create_api_key": true }' ``` > **Note**: The result of the curl command will contain your **tenant id** (Field: `id`) and your **API key** (Field: `api_key.secret`).