You need to fill in this Emails to send the form. ERROR 400

Hola,

Estoy enviando un json para crear un contacto , el json lo genero por postman y crea correctamente al contacto, pero cuando lo envio por fetch desde node el mismo json , me da el siguiente error:

errors: {
code: 400,
message: [
‘Necesita rellenar este Correos electrónicos para enviar el formulario.’
]
}

Dejo el json que funciona en postman y no en fetch con node

{“contact”:{“first_name”:“Daniela”, “last_name”:“Arrellano”, “mobile_number”:“569777777777”, “emails":"darellano@gmail.com”, “email":"darellano@gmail.com”,“cf_rut”: “123-5”,“custom_field”: {“cf_is_active”: true} }}.

(**** los datos son de prueba, no pertenecen a una persona real):

Si me pueden orientar respecto a que estoy haciendo mal.
Gracias.

@Rodrigo_Cabello,
Good Day! Welcome to the community :slight_smile:
Can you please give me more information to analyze further?

  1. In which product you are trying?
  2. Share with us the CURL that you are trying from the postman and the code snippet which you are trying in your node application?

Thanks