fix: ContentRecommendService NPE when type is null
switch(type) throws NullPointerException when request type is missing. Added null guard before switch.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>