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>"
}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>"
}Was this page helpful?