POST /api/v1/admin/brandsCreate a new brand.
| Permission | Description |
|---|---|
brands.view_all | Access brands |
brands.create | Create a brand |
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Name of the brand (max 255) |
link | string | No | Website link (max 255, optional) |
description | string | No | Description (optional) |
{
"brand": {<brand resource>}
}