Update an identitity portrait
PUT {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/identities/:userId/portrait
Update the portrait of an identity.
Request Body
{"portrait"=>{"data"=>"{{portrait}}", "pinCode"=>"{{pinCode}}", "qualityCheck"=>true, "storeFile"=>true}}
RESPONSES
status: OK
{"portrait":{"storeFace":true,"pinCode":"","qualityCheck":true,"storeFile":true}}