actually am fetching an api in nodejs and by made local url for fetching it in react to avoid CORS and now i have to make it dynamic in the way that , whatever value i pass to the input in reactjs , that same value should be in nodejs parameter as in static id mentioned below. how can it be achieved ??