curl --location --request POST '/custom_storage_credentials/' \
--header 'Content-Type: application/json' \
--data-raw '{
"backend": "gcs",
"configuration": {
"bucket": "example-bucket",
"credentials": "OPAQUE_CREDENTIALS_TOKEN"
}
}'
{
"connection_id": "1234567890",
"data": {
"backend": "gcs",
"configuration": {
"bucket": "example-bucket",
"credentials": "OPAQUE_CREDENTIALS_TOKEN"
}
},
"record_type": "event"
}
Authorization: Bearer ********************