Mail configuration only update
You can update mail configuration by mail configuration route allow only POST Method
https://ecom.coderorbit.com/public/api/admin/{{app_token}}/mail_configuration/{id}
headers:{
"Accept": "application/json"
"Authorization" : `Bearer ${token}`
}
body:{
"smtp_name": "smtp.mailtrap.io",
"smtp_port": "2525",
"smtp_password": "",
"smtp_encryption": "TLS",
"from_address": "",
"from_name": "Test Admin",
"status": 1
}
### OUTPUT
"update"