{ "state": "salable", "message": "string" }
curl --location --request PUT '/v1/company//products//marketplace-state' \ --header 'Content-Type: application/json' \ --data-raw '{ "state": "salable", "message": "string" }'
{}