cURL
curl --request POST \ --url https://{host}/Agent/Legal/ProposeTemplate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "templateBase64": "<string>" } '
{ "Template": {} }
Allows the client to propose a new smart contract template.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success