curl https://vault.zoho.com/api/rest/json/v1/secrets\
-H "Content-Type: application/json;charset=UTF-8" \
-H
"Authorization: Zoho-authtoken ***My Token*" \
-d 'INPUT_DATA
{
"secertdata":{
"password":"QAEMRCPqgln0Fh6W/LI=",
"file":"2gKN1MWdgVk=",
"username":"QAHvqSPqglkxJKnDgq4="
},
"secretname":"Secret Name",
"classification":"E",
"securenote":"QQHI6yPqglk=",
"tags":"tags",
"description":"description about secret",
"passwordmodified":false,
"policyid":"1000000000041",
"secreturl":"https://tumbler.com",
"secreters":["https://tumbler.com"],
"secrettypeid":"1000000004293"
}'