curl --location --request GET 'http://127.0.0.1/v1/application-templates'
{
"data": [
{
"id": "string",
"name": "string",
"type": "string",
"app_category": "string",
"app_protocol_type": "string",
"logo": "string",
"preview_image": "string",
"visible_scope": "string",
"version": "string",
"status": "string",
"remark": "string",
"time_created": "string",
"time_modified": "string"
}
],
"total_num": 0
}