Customer - Update Branding
/update_branding
- token (required)
- customer_id (required)
- old_domain (required)
- brand (required)
- domain (required)
- file_css
- file_logo
change me
{
"code" 200,
"status": "success",
"data": "successfully updated whitelabel options"
}
{
"code": 400,
"status": "error",
"data": "Must supply a brand name"
}