How to send a dictionary in post request in Nestjs when whitelist is set to true?
I’m trying to send a dictionary that maps a string key to an object. When whitelist is set to false I can get the data no problem, but when it is set to true I keep getting an empty body in NestJs. Currently data validation is not my priority, just trying to send the data to the backend.