curl --request POST \
--url https://api.zo.computer/connections/{app_slug} \
--header 'Authorization: Bearer <token>'{
"success": true
}Set up a new connection with default ‘write’ permission.
curl --request POST \
--url https://api.zo.computer/connections/{app_slug} \
--header 'Authorization: Bearer <token>'{
"success": true
}