config management play for weblogic KIE server

Hello,
I am new to this group and ansible as well. I would like to skill up and be able to perform config management tasks using Ansible playbooks. The current problem I am working on is to be able to validate KIE server deployment. I made little progress by checking your group and other blogs but stuck with this error below. Please help if you can identify the issue right away or if you could guide me where to look for validating rest api’s using ansible.

// ------------------------------ ERROR MESSAGE -----------------------------------

Hello,
I need help in with getting my play-book to parse data that is coming back from Ansible URI Response using “ansible.builtin.uri” module, trying to parse data json saved as var=result. But I keep seeing the following message, saying variable is not defined ! 'dict object has no attribute ‘json’. The play-book come back with no syntax error nor any failures just this message below.

Message:
“result.json.data”: “VARIABLE IS NOT DEFINED!: ‘dict object’ has no attribute ‘json’”

see below:

$ cat uricall.yml