id, name, created, and modified./brand/{id}/1); it can be omitted for the default detail level.Authorization: Bearer ********************curl --location --globoff 'https://.daftara.com/v2/api/entity/brand/1' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"id": 1,
"name": "Acme",
"created": "2026-07-06 21:47:50",
"modified": "2026-07-06 21:47:50"
}