I am noticing that the is_spammer field is not returned from calls to GET contacts/{contact_id}.
I am trying to add the ability to mark as spammer the contact from a plugin.
Im using a php backend and the response body does not include the is_spammer field.
Is there something I am doing wrong?