curl --location --request GET 'http://localhost:8027/dev-api/business/favorite/list' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}