diff --git a/anonymous-tokens.md b/anonymous-tokens.md index 45bff03..c0cea17 100644 --- a/anonymous-tokens.md +++ b/anonymous-tokens.md @@ -34,7 +34,7 @@ curl --location --request POST 'https://localhost:5001/api/anonymoustokens' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ - "maskedPoint": "" + "maskedPoint": "" }' ```