{
"templateName": "string",
"templateType": "string",
"modifyStartDate": "string",
"modifyEndDate": "string"
}curl --location -g --request POST '/{{route}}/ri/open/template/list?version=1&version=1' \
--header 'ent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateName": "string",
"templateType": "string",
"modifyStartDate": "string",
"modifyEndDate": "string"
}'{
"status": 0,
"message": "",
"data": [
{
"templateId": 0,
"templateName": "",
"templateType": ""
}
]
}