curl --location '/vds_app/customer_lead_followup/send_whatsapp_message' \
--header 'Authorization: vimpapi' \
--form 'filename_with_extension="123.png"' \
--form 'message="hello"' \
--form 'file=@"C:\\Users\\USER_3\\Downloads\\pfizer.png"' \
--form 'status_list="[]"'{}