Update Account
PUT {{yourAccountUrl}}/api/3/accounts/:id
Request Body
{"account"=>{"name"=>"Exmaple Account", "accountUrl"=>"https://www.example.com", "fields"=>[{"customFieldId"=>9, "fieldValue"=>"500-1000"}, {"customFieldId"=>20, "fieldValue"=>1234, "fieldCurrency"=>"GBP"}]}}