curl --request POST \
--url https://www.orgo.ai/api/computers/{id}/drag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"start_x": 123,
"start_y": 123,
"end_x": 123,
"end_y": 123,
"button": "left",
"duration": 0.5
}
'