curl --location --request GET 'https://api.shakingcloud.com/api/ai/prompt/list?categoryKey=&keys='
{
"attributes": {},
"code": "string",
"data": [
{
"categoryId": 0,
"categoryKey": "string",
"content": "string",
"createDate": "2019-08-24T14:15:22Z",
"createStr": "string",
"key": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"title": "string",
"tkey": "string"
}
],
"msg": "string",
"success": true,
"totalCount": 0
}