cURL
curl --request POST \ --url https://api.example.com/api/product/remove \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "id": "329bd15c12394e02ac0a33f954b37d0d" } '
{}
The response is of type object.
object