/v1/palette/* route wiring.
/v1/palette/*
Handlers are thin: parse the HTTP input, call into catalog/search/ schema/execute, and translate the result into a response. All product logic lives in those sibling modules, not here.
catalog
search
schema
execute