curl --location --request GET 'http://dev-cn.your-api-server.comapi/v1/projects//plugins' \
--header 'authorization;'
{
"status": "success",
"data": {
"model_name": "IndoorPlants",
"human_name": "The Indoor Plants Channel",
"keywords": "Indoor plants, Gardening, Trusted information.",
"description": "Trusted information about indoor plants and gardening.",
"logo": "https://app.customgpt.ai/logo.svg",
"is_active": true
}
}