added list users

Shihaam Abdul Rahman 2024-12-20 02:37:54 +00:00
parent 31ddc5daef
commit fba0ead630

@ -1,3 +1,10 @@
# List existing users
```bash
curl "http://localhost:8000/api/v2/account/users" \
-H "X-API-Key: xmB6rIuSSL9MpZqY678pF"
```
This will list all users along with their ID
## Creating a new user
This is the body to include in the request:
```json