{
"id": 0,
"shopname": "newshop",
"countryid": 1,
"stateid": 1,
"districtid": 1,
"placeid": 1,
"cus_name": "cusname",
"cus_email": "cus@gmail.com",
"cus_mobile": "1234567890",
"cus_whatsapp_number": "1234567890",
"softwaretype_id": 1,
"careoff_id": 1,
"doneby_id": 1,
"marketedby_id": 1,
"donedate_system": "2025-10-04 17:05:12",
"sts": "PENDING"
}curl --location --request POST '/vds_app/customer_lead_followup/saveorupdate_customer_lead_followup' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"shopname": "newshop",
"countryid": 1,
"stateid": 1,
"districtid": 1,
"placeid": 1,
"cus_name": "cusname",
"cus_email": "cus@gmail.com",
"cus_mobile": "1234567890",
"cus_whatsapp_number": "1234567890",
"softwaretype_id": 1,
"careoff_id": 1,
"doneby_id": 1,
"marketedby_id": 1,
"donedate_system": "2025-10-04 17:05:12",
"sts": "PENDING"
}'{}