diff --git a/services/auth-app/README.md b/services/auth-app/README.md index b6800ffb9..907b56da1 100644 --- a/services/auth-app/README.md +++ b/services/auth-app/README.md @@ -113,7 +113,7 @@ To impersonate, the respective requests from the CLI commands above extend with Example:\ A final create request would then look like: ```bash -curl --request POST 'https:///auth-app/tokens?expiry={value}?userName={value}' \ +curl --request POST 'https:///auth-app/tokens?expiry={value}&userName={value}' \ --header 'accept: application/json' \ --header 'authorization: Bearer {token}' ```