destination
Create a destination
post/v1/destinations/create
Request body
Example request
{
"connectionConfiguration": {
"user": "charles"
}
}Response
Successful operation
Example response
{
"connectionConfiguration": {
"user": "charles"
}
}