How to update contract owner with the api ?

How to update contract owner with the api ?

Hi im trying without success to update contract owner during the creation of contract or after with the 'PUT' operation..

Ys i can attached collaborators, but i realy want this users to be the owner of the contract ! 

But i cant succeed to get the correct Key i think ..  Is this even possible ?

  1. ownerEmailId = "ZOHO CONTRACT EXISTING USER EMAIL";

    {
  2. "inputfields":[
  3.   { "metaApiName":"owner",
  4.          "inputs":[
  5.             {
  6.                "inputApiName":"email-id",
  7.                "inputValue": "ownerEmailId"
  8.             }
  9.  ]
  10.     }
  11. ]
  12. }
I always get the : PATTERN_NOT_MATCHED Error.. as i guess some key was incorrect..

Any Helps ?