CHW-4711 SCIMTokenRequestInvalid

SCIM token request was malformed; see /api/orgs/{org_id}/scim/tokens docs for the expected shape

Default message: SCIM token request was malformed; see /api/orgs/{org_id}/scim/tokens docs for the expected shape
HTTP status: 400 (client)

Problem. A SCIM-token admin request returned 400 before touching the database. Cause. The body for POST was unparseable JSON, or the dispatch URL was shorter than the expected /api/orgs/{org_id}/scim/tokens[/{token_id}] shape. Fix. Send a JSON object with an optional name field on create; ensure the path contains the org id. HTTP 400.