curl --location '/boards/templates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"templateId": "string",
"name": "string",
"order": 0,
"favorite": true
}'{
"id": 0,
"name": "string",
"ownerId": 0,
"description": "string",
"favorite": true,
"createdAt": "string",
"updatedAt": "string",
"columns": null
}