Authorization: Bearer ********************curl --location --request GET '/custom_storage_credentials/' \
--header 'Authorization: Bearer <token>'{
"connection_id": "1234567890",
"data": {
"backend": "gcs",
"configuration": {
"bucket": "example-bucket",
"credentials": "OPAQUE_CREDENTIALS_TOKEN"
}
},
"record_type": "event"
}