curl --request POST \
--url https://api.example.com/pipes/install \
--header 'Content-Type: application/json' \
--data '
{
"source": "<string>"
}
'{
"success": true,
"name": "<string>"
}curl --request POST \
--url https://api.example.com/pipes/install \
--header 'Content-Type: application/json' \
--data '
{
"source": "<string>"
}
'{
"success": true,
"name": "<string>"
}Was this page helpful?