curl --request POST \
--url https://cloud.nrai.io/api/v1/app-connections \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"externalId": "<string>",
"displayName": "<string>",
"pieceName": "<string>",
"projectId": "<string>",
"type": "SECRET_TEXT",
"value": {
"type": "SECRET_TEXT",
"secret_text": "<string>"
},
"metadata": {}
}
'