snow_record module

If anybody used the snow_record module,

How do I create a change ? and how to create a CI

This is how I create an incident - name: Create an incident ( got from ansible documentation )
snow_record:
username: ansible_test
password: my_password
instance: dev99999
state: present
data:
short_description: “This is a test incident opened by Ansible”
severity: 3
priority: 2
register: new_incident