curl -i -X PUT \
'https://api.synqly.com/v1/credentials/{ownerId}/{credentialId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"id": "string",
"account_id": "string",
"integration_id": "string",
"integration_point_id": "string",
"organization_webhook_id": "string",
"owner_type": "account",
"fullname": "string",
"config": {
"type": "aws",
"access_key_id": "string",
"secret_access_key": "string",
"session": "string"
},
"expires": "2019-08-24T14:15:22Z",
"managed": "Managed",
"name": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}'