curl --request POST \
--url https://api.example.com/admin/auth0/shared-template/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"newSharedTemplate": "<html></body><p>[MERGED_CONTENT_HERE]</p></body></html>"
}
'{
"success": true,
"data": "<unknown>"
}Save changes to the Shared Notify Template.
curl --request POST \
--url https://api.example.com/admin/auth0/shared-template/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"newSharedTemplate": "<html></body><p>[MERGED_CONTENT_HERE]</p></body></html>"
}
'{
"success": true,
"data": "<unknown>"
}