Authorization: Bearer ********************{
"name": "Meu laudo A423",
"type": "A4",
"template": "<html><body>{{content}}</body></html>",
"paperWidth": 210,
"paperHeight": 297,
"orientation": "portrait",
"settings": {
"marginMm": 12
}
}curl --location 'https://prod.your-api-server.com/api/v1/templates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Meu laudo A423",
"type": "A4",
"template": "<html><body>{{content}}</body></html>",
"paperWidth": 210,
"paperHeight": 297,
"orientation": "portrait",
"settings": {
"marginMm": 12
}
}'{
"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"
}