Fix invalid JSON in JWT payload
What does this MR do?
Add a missing ,
to the JWT example payload, making the payload a valid JSON object.
Related issues
None
Author's checklist (required)
-
Follow the Documentation Guidelines and Style Guide.
Add a missing ,
to the JWT example payload, making the payload a valid JSON object.
None