Authorization: Bearer ********************
curl --location --request GET 'https://api.edara.io/v/brands/Find?brandName'
{
"status_code": 0,
"error_message": "string",
"result": {
"id": 0,
"name": "string",
"brand_manager": "string"
},
"total_count": 0
}