Downloads the raw, plain-text markdown content of a community scriptโs README file, if one exists.
Altostrat SDX API uses JWT Bearer tokens for authentication. Obtain a token via the Authentication API and include it in the Authorization header as 'Bearer {token}'.
The unique identifier for the community script.
"01H8XGJWBWBAQ1Z3G1B6X2Q8P5"
The raw README markdown content.
The response is of type string.
"# My Awesome Script\nThis script does amazing things."