fix: correct formatting of JSON example in README for auth token

This commit is contained in:
2025-05-04 09:37:25 +00:00
parent 9837afe13a
commit c20539c39f

View File

@@ -27,7 +27,7 @@ https://github.com/user-attachments/assets/f3e60fff-8680-4dd9-b08e-fa7db655a705
"--base-url",
"http://localhost:8080",
"--auth-token",
"<jwt_token>",
"<jwt_token>"
]
}
}