fix(curriculum) : stringify uncloneable search params in Basic Node Post Challenge by a2937 · Pull Request #66132 · freeCodeCamp/freeCodeCamp

Checklist:

Closes #XXXXX

This should fix the long standing issue of campers not being able to pass the basic node Express challenge due to the URLSearchParams object not being able to be cloned.

The reason why it can't be cloned for the record is because it is a object with methods; and the postMessage function won't like that.