Skip to content

Commit

Permalink
Update products/sales-agent/users.md
Browse files Browse the repository at this point in the history
Co-authored-by: Su <[email protected]>
  • Loading branch information
Isengo1989 and sushmangupta authored Oct 1, 2024
1 parent 88eefb6 commit 41d7a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/sales-agent/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav:

# Creating a user and set restrictions

You can create a user by sending a POST request to the `/api/user` endpoint. The x-api-key header is required and can be set in the environment (`API_AUTH_SECRET_KEY`).
You can create a user by sending a `POST` request to the `/api/user` endpoint. The `x-api-key` header is required and can be set in the environment (`API_AUTH_SECRET_KEY`).

```bash
curl -XPOST -H 'x-api-key: <secret>' -H "Content-type: application/json" -d '{
Expand Down

0 comments on commit 41d7a99

Please sign in to comment.