curl --location '/n-agent/api/prompt/recycle_bin/page?keyword=&created_self=&order_by=&page=&limit=' \
--header 'authorization;' \
--header 'referer;'{
"data": [
{
"id": "string",
"name": "string",
"creator": "string",
"created_at": 0,
"template_content": "string",
"prompt_template_id": "string"
}
],
"total": 0,
"has_more": true
}