docs: fix example in marketplace recipe (#12595)

This commit is contained in:
Shahed Nasser
2025-05-23 12:39:49 +03:00
committed by GitHub
parent f6f34cc0e4
commit 044c5dd138

View File

@@ -846,7 +846,7 @@ Then, you must retrieve a registration JWT token to access the Create Vendor API
curl -X POST 'http://localhost:9000/auth/vendor/emailpass/register' \
-H 'Content-Type: application/json' \
--data-raw '{
"email": "vendor@exampl.com",
"email": "vendor@example.com",
"password": "supersecret"
}'
```