curl --request POST \
--url https://cloud.activepieces.com/api/v1/app-connections/ \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"pieceName": "<string>",
"projectId": "<string>",
"type": "SECRET_TEXT",
"value": {
"type": "SECRET_TEXT",
"secret_text": "<string>"
}
}'