Brand ResetDefault
POST {{apiBaseUrl}}/v1/brand/resetdefault?brandId={{brandId}}
This API is used to reset the default brand. Any brand can be set as default in the available list of brands.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| brandId | string | The brand Id obtained after successful brand creation needs to be passed to set the default brand. | 
RESPONSES
status: OK
{"message":"The default brand has been updated successfully"}