curl --request POST \
--url https://api.example.com/api/product/copy \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "dea332fe641541629f44ee274259d844",
"productModel": "",
"productName": ""
}
'