It should accept strings as is, not JSON encoded into `""` example: ``` golem agent-secret create apiKey --secret-type String --secret-value sk-abc123 error: Secret value is not valid: expected value at line 1 column 1 ```
It should accept strings as is, not JSON encoded into
""example: