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