Authorization: Bearer ********************
curl --location --request GET '/admin/merchant/recommend/list'
{
"code": 0,
"msg": null,
"data": [
{
"id": "2",
"name": "感少世西提"
},
{
"id": "3",
"name": "感少世西提"
}
]
}