curl --request POST \
--url http://app.localhost:3000/api/public/v1/email-templates/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"data": {
"id": "<string>",
"name": "<string>",
"subject": {},
"active": true,
"storeId": "<string>",
"params": {
"replyTo": "<string>",
"specific": {}
},
"templateVariables": {}
}
}
'