docs: fix example in marketplace recipe (#12595)
This commit is contained in:
@@ -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"
|
||||
}'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user