[
    {
        "body": "string",
        "email_template_folder_id": "01234567-abcd-dcba-ffff-000000000000",
        "name": "string",
        "owner_id": "01234567-abcd-dcba-ffff-000000000000",
        "recent_colors": {},
        "share_mode": 0,
        "sharing_url_is_enabled": false,
        "sharing_url_settings": {},
        "subject": "string",
        "type": 0,
        "revision": 1,
        "sharing_units": [
            {
                "id": "http://example.com"
            }
        ],
        "sharing_clients": [
            {
                "id": "http://example.com"
            }
        ],
        "documents": [
            {
                "id": "http://example.com"
            }
        ],
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    }
]curl --location --request POST '/entities/EmailTemplates/batch-modify?validation-level&rollback-method' \
--header 'Content-Type: application / json' \
--data-raw '[
    {
        "body": "string",
        "email_template_folder_id": "01234567-abcd-dcba-ffff-000000000000",
        "name": "string",
        "owner_id": "01234567-abcd-dcba-ffff-000000000000",
        "recent_colors": {},
        "share_mode": 0,
        "sharing_url_is_enabled": false,
        "sharing_url_settings": {},
        "subject": "string",
        "type": 0,
        "revision": 1,
        "sharing_units": [
            {
                "id": "http://example.com"
            }
        ],
        "sharing_clients": [
            {
                "id": "http://example.com"
            }
        ],
        "documents": [
            {
                "id": "http://example.com"
            }
        ],
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    }
]'{
    "success": true,
    "data": [
        "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    ]
}