X-AweSun-Api-Token: ********************{
"type": "desktop",
"remote_id": 123,
"fastcode": ""
}curl --location --request POST '/api/v1/control/connect' \
--header 'X-Ca-Api-Token;' \
--header 'X-AweSun-Api-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "desktop",
"remote_id": 123,
"fastcode": ""
}'{
"code": 0,
"message": "success",
"data": {
"session_id": "xxxx"
}
}