[
    {
        "ai_conversation": {},
        "description": "string",
        "name": "string",
        "owner_id": "01234567-abcd-dcba-ffff-000000000000",
        "settings": {},
        "type": 1,
        "tags": [
            {
                "id": "http://example.com"
            }
        ],
        "documents": [
            {
                "id": "http://example.com"
            }
        ],
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    }
]curl --location --request POST '/entities/Processes/batch-modify?validation-level&rollback-method' \
--header 'Content-Type: application / json' \
--data-raw '[
    {
        "ai_conversation": {},
        "description": "string",
        "name": "string",
        "owner_id": "01234567-abcd-dcba-ffff-000000000000",
        "settings": {},
        "type": 1,
        "tags": [
            {
                "id": "http://example.com"
            }
        ],
        "documents": [
            {
                "id": "http://example.com"
            }
        ],
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    }
]'{
    "success": true,
    "data": [
        "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    ]
}