I want to render a page create post
<Route path='/post/:id? element={<Post />}
If the id is available populate the input field with data from the id but if id is not available show empty input field. But each time i go to /post without id it gives me error 404.