FollowUpReminder key.curl --location --globoff 'https://.daftra.com/api2/estimate_appointments/2415' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": {
"FollowUpReminder": {
"id": 2415,
"item_type": 1,
"item_id": 1820,
"staff_id": 0,
"date": "2026-07-01 10:00:00",
"end_date": "2026-07-01 11:00:00",
"body": "Follow up on the estimate.",
"action_id": 5,
"status": 0,
"status_date": "2019-08-24T14:15:22.123Z",
"post_id": 0,
"recurring_appointment_id": 0,
"created": "2019-08-24T14:15:22.123Z",
"modified": "2019-08-24T14:15:22.123Z",
"partner_type": 1,
"partner_id": 0,
"share_with_partner": false
}
}
}