curl --location --request POST '/api/v1/system/user/self/app/index' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;'
{
"code": "200",
"msg": "string",
"data": {
"list": [
{
"id": 0,
"code": "string",
"type": "string",
"subType": "string",
"name": "string",
"desc": "string"
}
],
"page": 0,
"pageSize": 0,
"total": 0
}
}