curl --location '/v4/api/templates/?page=undefined&perPage=undefined&status=undefined&q=undefined'{
"templates": [
{
"id": "string",
"title": "string",
"description": "string",
"isPrivate": true,
"status": "DRAFT",
"participantCount": 0,
"documentCount": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"canWrite": true
}
],
"meta": {
"page": 0,
"perPage": 0,
"totalPages": 0,
"totalCount": 0
}
}