curl --request POST \
--url https://api.example.com/admin/auth0/shared-template/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"notifyTemplateID": null
}
'{
"success": true,
"data": "<unknown>"
}Generate notify template with Auth0 liquid syntax translations, based on the HTML snippet and Shared Notify Template.
curl --request POST \
--url https://api.example.com/admin/auth0/shared-template/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"notifyTemplateID": null
}
'{
"success": true,
"data": "<unknown>"
}