CHW-4715 PersonaPayloadInvalid
persona payload was missing or malformed; supply a JSON object with optional persona, inferred, and skipped fields
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: persona payload was missing or malformed; supply a JSON object with optional persona, inferred, and skipped fields
HTTP status:400(client)
Problem. POST /api/users/me/persona rejected the body. Cause.
The JSON was missing or unparseable. Fix. Send a JSON object with
optional persona, inferred, and skipped fields. HTTP 400.