curl --location --request POST 'https://app.launchdarkly.com/api/v2/destinations//' \
--header 'Content-Type: application/json' \
--data-raw '{
"config": {
"project": "cool-project",
"topic": "test"
},
"kind": "google-pubsub",
"name": "Example Google Pub/Sub Destination",
"on": true
}'
{
"_id": "37ed9aad-de0a-4665-932e-41c35587aeea",
"_links": {
"next": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"self": {
"href": "/api/v2/endpoint",
"type": "application/json"
}
},
"config": {
"project": "cool-project",
"topic": "test"
},
"kind": "google-pubsub",
"name": "Example Google Pub/Sub Destination",
"on": true,
"version": 2
}