docs: fix missing quotation mark in marketplace vendor tutorial curl request (#12315)

This commit is contained in:
Obad Zafar
2025-04-29 17:45:05 +05:00
committed by GitHub
parent 4f6362b1cb
commit 4f7fcd7597

View File

@@ -885,7 +885,7 @@ You can now retrieve an authenticated token of the vendor admin. To do that, sen
curl -X POST 'http://localhost:9000/auth/vendor/emailpass' \
-H 'Content-Type: application/json' \
--data-raw '{
"email": "vendor@example.com,
"email": "vendor@example.com",
"password": "supersecret"
}'
```