Authorization: Bearer ********************curl --location --request GET '/homepage/commands' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"object": "string",
"type": "string",
"param": {}
}
]
}