curl --location '/n-agent/api/prompt-template/page?keyword=&status=&page=&limit=' \
--header 'authorization;' \
--header 'referer;'{
"data": [
{
"id": "string",
"template_name": "string",
"template_content": "string",
"status": "enable",
"owner": "string",
"updated_at": 0,
"created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4"
}
],
"total": 0,
"has_more": true
}