Authorization: Bearer ********************curl --location --request GET 'https://api.upbooks.io/api/v1/brand' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"organizationId": "string",
"name": "string",
"description": "string",
"picture": [
"string"
],
"slug": "string",
"count": 0
}
],
"totalCount": 0,
"filteredCount": 0,
"message": "string"
}