Is your feature request related to a problem? Please describe.
There are always REST calls that are not implemented and it would be great to have an Ansible module like other Cisco products for example ACI: https://docs.ansible.com/ansible/latest/collections/cisco/aci/aci_rest_module.html
Describe the solution you'd like
A module that only focuses on the payload and not dealing with authentication and saving the TOKEN in a separate variable.
Describe alternatives you've considered
An alternative solution is the ansible.builtin.uri
Is your feature request related to a problem? Please describe.
There are always REST calls that are not implemented and it would be great to have an Ansible module like other Cisco products for example ACI: https://docs.ansible.com/ansible/latest/collections/cisco/aci/aci_rest_module.html
Describe the solution you'd like
A module that only focuses on the payload and not dealing with authentication and saving the TOKEN in a separate variable.
Describe alternatives you've considered
An alternative solution is the ansible.builtin.uri