{"parentId":"66e7e3d484ae6645ab5c6d48","searchKey":""}curl --location --request POST 'https://gpt.shuda.co/api/core/app/list' \
--header 'Cookie: fastgpt_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2NjlhNmEwNWE4OTc3Mjg2MGQwOTk1YTciLCJ0ZWFtSWQiOiI2NjlhNmEwNWE4OTc3Mjg2MGQwOTk1YWUiLCJ0bWJJZCI6IjY2OWE2YTA1YTg5NzcyODYwZDA5OTViMCIsImV4cCI6MTcyNzA4NzQ0MCwiaWF0IjoxNzI2NDgyNjQwfQ.a6cIFoCbc7be_5XgjMo6nRBT6nQgJ44EWztyqOOKvus' \
--header 'Content-Type: application/json' \
--data-raw '{"parentId":"66e7e3d484ae6645ab5c6d48","searchKey":""}'{
"code": 0,
"statusText": "string",
"message": "string",
"data": [
{
"_id": "string",
"tmbId": "string",
"avatar": "string",
"type": "string",
"name": "string",
"intro": "string",
"updateTime": "string",
"permission": {
"value": 0,
"isOwner": true,
"hasManagePer": true,
"hasWritePer": true,
"hasReadPer": true
},
"defaultPermission": 0,
"inheritPermission": true,
"pluginData": {
"_id": "string",
"nodeVersion": "string"
}
}
]
}