Updating return as an employee

PUT {{api-url}}/return/{{tenant}}/returns/{{returnId}}

Request Body

{"id"=>"{{returnId}}", "orders"=>[{"id"=>"{{orderId}}", "items"=>[{"id"=>"{{productId}}", "quantity"=>3}]}], "approvalStatus"=>"APPROVED", "reason"=>{"code"=>"005", "details"=>"Not working."}, "requestor"=>{"customerId"=>"{{customerId}}"}, "submitter"=>{"userType"=>"USER", "firstName"=>"John", "lastName"=>"Dee", "email"=>"j.dee@emporix.com"}, "approver"=>{"type"=>"USER", "id"=>"6367f4dced75a02ef12dfd11"}, "expiryDate"=>"2022-12-18T19:28:12.715Z", "received"=>true, "mixins"=>{"customAttributes"=>{"attr1"=>"value3"}}, "metadata"=>{"version"=>1}}