{
"title": "Title Tes asdf asdf asdf qwer t",
"subject": "Subject Test asdf asd f",
"text": "Text Test",
"userCreated": {
"id": "2"
}
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/predefinitionemail' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Title Tes asdf asdf asdf qwer t",
"subject": "Subject Test asdf asd f",
"text": "Text Test",
"userCreated": {
"id": "2"
}
}'{}