Notification Template REST Endpoints

Notification Template
This contains all the operations for Notification Template.
Create new notification template
Method: post
Path: /iam/governance/selfservice/api/v1/notification/template
Delete notification template
Method: delete
Path: /iam/governance/selfservice/api/v1/notification/template/{id}
Fetch notification template
Method: get
Path: /iam/governance/selfservice/api/v1/notification/template/{id}
Find all locale specific templates
Method: get
Path: /iam/governance/selfservice/api/v1/notification/search/adv
Find all notification templates
Method: get
Path: /iam/governance/selfservice/api/v1/notification/search/basic
Modify notification template
Method: put
Path: /iam/governance/selfservice/api/v1/notification/template/{id}