curl --request POST \
--url https://api.example.com/api/MessageTemplates \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"recruiterID": 123,
"type": 123,
"typeName": "<string>",
"statusID": 123,
"statusName": "<string>",
"name": "<string>",
"subject": "<string>",
"body": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"deleted": true,
"contact": true,
"candidate": true,
"userFullName": "<string>",
"cc": "<string>"
}
'