Kosmik
Honorary Master
@Solarion ,i got distracted earlier but I also see you used fromBody, that should not be necessary for post/put, those by default read the body to parse into a object. It's used more for when you want to pass a body object for a get ie: complex search parameters that would make route and query params ugly or difficult.
Post /put are generally object calls ie complex object/DTO's are submitted vs parameters ( query or route)
Post /put are generally object calls ie complex object/DTO's are submitted vs parameters ( query or route)