cURL
curl --request POST \ --url https://api.example.com/experimental/input_control \ --header 'Content-Type: application/json' \ --data ' { "type": "<string>", "key": "<string>", "modifiers": [ "<string>" ], "position": { "x": 123, "y": 123 }, "text": "<string>" } '
{ "status": "<string>" }
Show child attributes
Was this page helpful?