Hello
There is something equivalent to the php version of $bean->save(false); to avoid user email notificacion by API REST Calls?
Or some variable flag on the json of rest/v10/Accounts POST?
Something like the last part of this fake json example
{
"id":123,
"name":google,
"sic":goo,
"address_city":"fake street 123th",
"send_user_notification":false,
}