data[] (each item is id, name, created, modified), alongside pagination metadata (current_page, per_page, total, last_page, from, to, links, and the *_page_url fields). The default page size is 20; use ?page=N to move between pages./brand/list/1); it can be omitted for the default detail level.curl --location --globoff 'https://.daftara.com/v2/api/entity/brand/list' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"current_page": 0,
"data": [
{
"id": 0,
"name": "string",
"created": "string",
"modified": "string"
}
],
"first_page_url": "string",
"from": 0,
"last_page": 0,
"last_page_url": "string",
"links": [
{
"url": "string",
"label": "string",
"page": 0,
"active": true
}
],
"next_page_url": null,
"path": "string",
"per_page": 0,
"prev_page_url": null,
"to": 0,
"total": 0
}