curl --request POST \
--url https://api.example.com/pipes/{id}/config \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true
}curl --request POST \
--url https://api.example.com/pipes/{id}/config \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true
}Was this page helpful?