settings.password_protected. Disabling keeps the hash so the merchantAuthorization: Bearer ********************curl --location --request PUT 'https://numueg.app/api/v1/stores//settings/storefront-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": true,
"password": "string"
}'{
"success": true,
"data": {
"enabled": true,
"has_password": true,
"billing_locked": false,
"billing_lock_reason": "string",
"billing_lock_password": "string"
},
"message": "string"
}