curl --request PUT \
--url https://api.deliverykey.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"domain": "mail.contoso.com",
"active": true,
"track_opens": false,
"track_clicks": false,
"created_at": "2022-10-12T18:57:23.000000Z"
}
'