curl --request POST \
--url https://api.zo.computer/connections/connect-link \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"app_slug": "<string>",
"success_redirect_uri": "<string>",
"error_redirect_uri": "<string>"
}
'{
"url": "<string>"
}curl --request POST \
--url https://api.zo.computer/connections/connect-link \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"app_slug": "<string>",
"success_redirect_uri": "<string>",
"error_redirect_uri": "<string>"
}
'{
"url": "<string>"
}