curl --request GET \
--url https://api.projectcor.com/v1/brands/{brand_id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>",
"client_id": 123
}curl --request GET \
--url https://api.projectcor.com/v1/brands/{brand_id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>",
"client_id": 123
}