docs: fix curl command (#8434)

# Which Problems Are Solved

Fixed curl command in the docs.

Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
This commit is contained in:
bart simpson 2024-08-18 16:08:32 +03:00 committed by GitHub
parent 10d5fc6184
commit c3862245a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,7 +129,7 @@ curl --request POST \
"limit": 1000,
"event_types": [
"user.token.added",
"user.refresh.token.added
"user.refresh.token.added"
]
}'
```