I am using magento 2.3 default api for update product
API -> rest/V1/products/{SKU} (Method: PUT)
I can't use SKU for update in the case of SKU contains "/".
If I use SKU with "/" update api will show error like "Request does not match any route".
Anybody help me to solve this problem.
Anyother for solve this solution instead of SKU(like productid)?