curl --request POST \
--url https://api.example.com/v1/ui/products/{id}/clone \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'Deep-copies a product including all its embedded plans with new references.
curl --request POST \
--url https://api.example.com/v1/ui/products/{id}/clone \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'