You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
When executing a POST command that returns an object, the JSON displayed in the terminal/console is the deserialized object converted to string and not the RAW Json string received.
You can test this easy returning a date, the date string format is localized and not the ISO format returned in the Json string. This may also affect other returned values as they would be shown in a deserialized format.
Using --response:body works as expected: the resulting file contents is the Json string recevied.