Releases a previously held keyboard key.
curl --request POST \ --url http://localhost:4242/{computer_name}/api/keyboard/release \ --header 'Content-Type: application/json' \ --data '{ "display_num": 1, "key": "enter" }'
"<any>"
Key to release
Successfully released the key
The response is of type any.
any