Ansible uri module with AWX

Does anyone have any examples of using the uri module in Ansible to provision AWX with things that aren’t covered by tower_* modules?

I have a playbook to provision jobs with tower modules. I’m trying to figure out how to get a listing of job_templates in order to remove ones not specified in my data model and am looking for examples to base my efforts on.

https://github.com/chrismeyersfsu/ansible-examples/blob/ec75c7ac7af6cbd481f2d072d7f2a2ef15f7cff7/workflow_and/and_util.yml
https://github.com/ansible/workshops/blob/e3872a5a0cd05105667c291fae8c0aeb32f6c3e8/provisioner/roles/tower_request/tasks/main.yml#L20

https://github.com/redhat-cop/infra-ansible/tree/master/roles/ansible/tower
https://github.com/redhat-cop/infra-ansible/blob/master/roles/ansible/tower/manage-job-templates/ especially