Authorization: Bearer ********************{
"template": "string",
"type": "string"
}curl --location --request PUT 'http://localhost:8080/api/v1/notify/template' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"template": "string",
"type": "string"
}'{
"code": 200,
"data": {
"template": "string",
"type": "string"
},
"message": "success"
}