curl --request POST \
--url https://api.onkernel.com/browsers/{id}/computer/screenshot \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"region": {
"x": 123,
"y": 123,
"width": 123,
"height": 123
}
}
'