Try to add this to your functions.php file :
function custom_rewrite_basic_wc() {
add_rewrite_rule('^wc\-api/(.+)/?', 'index.php?wc-api=$matches[1]', 'top');
}
add_action('init', 'custom_rewrite_basic_wc');
After go to your permalinks settings and save it