wordpress how to replace url /bar with foo/bar for custom post type

You just need to set the slug to literally parent/movie. If you’re doing it in code you set the 'rewrite' => 'slug' argument to 'parent/movie'. If it’s in a plugin it would depend on the plugin, but there should be a setting for “slug” or similar.