docs: add documentation for v1.8 (#3669)
This commit is contained in:
@@ -195,9 +195,9 @@ export default CreateCustomer
|
||||
fetch(`<BACKEND_URL>/admin/customers`, {
|
||||
method: "POST",
|
||||
credentials: "include",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
body: JSON.stringify({
|
||||
email,
|
||||
password,
|
||||
|
||||
Reference in New Issue
Block a user