curl --location --globoff 'https://.daftra.com/v2/api/entity/brand' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data '{
"name": "new brand"
}'{
"message": "Brand Added Successfully",
"id": 5
}