Signs the passed program with a key from the wallet, determined by the account named in the request.
/v1/program/sign
Response to POST /v1/data/sign
POST /v1/data/sign
curl -L \ --request POST \ --url 'https://algo.nownodes.io/v1/program/sign' \ --header 'X-KMD-API-Token: api_key <apiKey>' \ --header 'Content-Type: application/json'
{ "error": true, "message": "text", "sig": "text" }