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