problem using uri module with proxmox api

Hi , i am pretty noob with ansible, i am struggling interacting with proxmox api using the module uri.
I know that exist a proxmox module in ansible , but i need to send keys right after the vm boots , and that is not covered with the proxmox module .
The proxmox api has a node to send keys (yes one by one).Here is the api node doc.https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/sendkey
I am not used to interact with api’s so my code could be “mounstruosily wrong”.
But i will use any hint/tip.