name is the only writable field. The brand name is required and must be unique across the account — sending a blank or already-used name returns a validation error. The id, created, and modified fields are assigned automatically and cannot be set.Authorization: Bearer ********************curl --location --globoff 'https://.daftara.com/v2/api/entity/brand' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "MMMMV"
}'{
"message": "Brand Added Successfully",
"id": 1
}