brand
GET /brand
To get a specific brand.
/brand?token=XXXXX&brand_code_365=NIK
Returns
{
"api_response": {
"response_code": "1",
"response_msg": "OK",
"response_id": ""
},
"brand": {
"brand_code_365": "NIK",
"brand_name": "NIKE",
"brand_secondary_code": ""
}
}