I would like to create write token via API, but what should i write on the value? Below is the body of create token api - /rest/asset/v1/folder/{folderID}/tokens.json
{
"name": "My Token",
"type": "script block",
"value":?????????????,
"folderType": "Program"
}
https://developers.marketo.com/rest-api/assets/tokens/
Writing Email Script type {{my.tokens}} is not officially supported. You may inspect the Get Token response for clues about the format, but do not expect it to continue to work.