I am getting an error when I copy paste the input from the API documentation of our vendor. I passed all header keys as well. This is the body input I posted
curl --location âhttps://eve.idfy.com/v3/tasks/async/verify_with_source/uan_employment_checkâ
âheader âapi-key: 12345â
âdata â{
âtask_idâ: â123â,
âgroup_idâ: â1234â,
âdataâ: {
âphone_numberâ: â8197XXXXXXâ,
âemployee_nameâ: âAkash S Nambiarâ,
âemployer_nameâ: âAppleâ
}
}â
Tell me where I am wrong