curl --location --request GET '/ent/enterprise/template/collect/' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"list": [
{
"id": 0,
"entid": 0,
"user_id": 0,
"cate_id": 0,
"name": "string",
"info": "string",
"cover": "string",
"status": 0,
"created_at": "string",
"updated_at": "string",
"cate": null,
"collect": null
}
],
"count": 0
}
}