Authorization: Bearer ********************curl --location 'https://prod.your-api-server.com/api/v1/templates/by-type/a4?language=fr-FR' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"name": "Laudo A4",
"type": "a4",
"template": "<html>...</html>",
"paperWidth": 210,
"paperHeight": 297,
"orientation": "portrait",
"settings": {
"marginMm": 10
},
"createdAt": "2026-01-01T12:00:00.000Z",
"updatedAt": "2026-01-02T12:00:00.000Z"
}