{
"id": 0,
"appName": "string",
"appImage": "string",
"imageOssId": "string",
"appDescription": "string",
"appUrl": "string",
"enable": true,
"deleted": true
}
curl --location --request POST 'https://test.51vive.com/lishu/link' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"appName": "string",
"appImage": "string",
"imageOssId": "string",
"appDescription": "string",
"appUrl": "string",
"enable": true,
"deleted": true
}'
{
"code": 0,
"msg": "string",
"data": {}
}