curl --location --request GET '/adminapi/product/brand/search?word='{
"code": 0,
"msg": "ok",
"data": {
"brand_list": [
{
"brand_id": 1,
"brand_name": "PRICH22",
"first_word": "P"
}
],
"firstword_list": [],
"errcode": 0,
"message": ""
}
}