curl --location --request GET 'http://192.168.20.159:8080/hyd-base-system/homePage/motionModuleList?tenantAppName' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '{
"code": 0,
"msg": "string",
"data": [
{
"icon": "string",
"name": "string",
"sort": 0,
"type": 0,
"isAuthentication": 0
}
]
}