curl --location --request GET 'http://localhost:3000/api/wiki-templates/1/template/1' \
--header 'Authorization;' \
--header 'initiativeId;'
{
"success": true,
"data": {
"category": {
"id": 0,
"name": "string"
},
"template": {
"id": 0,
"name": "string",
"alias": "string"
}
},
"message": "string"
}