{
"is_asc": false,
"search_key": "",
"search_type": "countryname/shopname/statename/districtname/placename",
"status": "PENDING/ONGOING/CLOSED/REJECTED",
"fromdate": "2025-10-01",
"todate": "2025-10-31",
"countryid": 1,
"careoff_id": 0,
"doneby_id": 5,
"marketedby_id": 0
}curl --location --request POST '/vds_app/customer_lead_followup/get_customer_lead_followup' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_asc": false,
"search_key": "",
"search_type": "countryname/shopname/statename/districtname/placename",
"status": "PENDING/ONGOING/CLOSED/REJECTED",
"fromdate": "2025-10-01",
"todate": "2025-10-31",
"countryid": 1,
"careoff_id": 0,
"doneby_id": 5,
"marketedby_id": 0
}'{}