Authorization: ********************curl --location 'https://prod.your-api-server.com/api/v1/templates/8' \
--header 'Authorization: Bearer <token>'{
"id": 0,
"name": "string",
"type": "a4",
"template": "string",
"paperWidth": 0,
"paperHeight": 0,
"orientation": "portrait",
"settings": {
"property1": "string",
"property2": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}