curl --request POST \
--url https://api.example.com/admin/auth0/shared-template/get \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}Get the Shared Notify Template.
curl --request POST \
--url https://api.example.com/admin/auth0/shared-template/get \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}