Authorization: Bearer ********************curl --location --request POST 'https://dev-api.idukki.io/template/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type":"",
"html":"html",
"subject":"subject",
"meta":{
"color":"red"
},
"isAmp":true
}'{}