> HTTP 200 OK
> look inside
> actually 401 Unauthorized wrapped in JSON for some reason
> look inside
> actually 401 Unauthorized wrapped in JSON for some reason
@whitequark Still trying to understand why the gold standard here at work is to serialize a json payload and insert it as a string into a json payload.
It makes our API schemas impossible to parse programmatically because it all dead ends at "data": string which tells you absolutely nothing.