Add new line in subform via Rest API

Add new line in subform via Rest API

Hi guys, I ended up recommending Zoho CRM to a client, but he wants me to add a new line to the subform via the Rest API, I didn't find anything that would help me do this via the API, could you please help?

today I'm trying to add like this

POST https://crm.zoho.com/crm/v2/Contacts/6001041000000461001
  1. {
  2.    "data":[
  3.       {
  4.                "Qual_sua_rea_de_atua_o":"teste",
  5.                "J_atua_na_rea":"teste",
  6.                "Faturamento_MENSAL_M_DIO":"teste",
  7.                "Queremos_conhecer_voc1":"teste",
  8.                "MAIOR_obst_culo":"teste",
  9.                "a_10":"teste",
  10.                "J_seguia_a_patriciandraade":"teste",
  11.                "Por_que_motivo_voc_acredita1":"teste",
  12.                "J_ouviu_falar_do_meu_programa":"teste",
  13.                "Por_qu_voc_dentre_todos":"teste",
  14.                "Qualifica_o":"teste"
  15.             }
  16.    ]
  17. }