curl --location --request POST '/email' \
--header 'Content-Type: application/json' \
--data-raw '{
"oetid": "string",
"betid": "string",
"oid": "string",
"template_name": "string",
"template_type": "RESET_PASSWORD",
"subject": "string",
"body": "string",
"is_active": true,
"description": "string"
}'
null