curl --request POST \
--url https://api.example.com/api/personal/renewals \
--header 'Content-Type: application/json' \
--data '
{
"due_date": "<string>",
"title": "<string>",
"category": "other",
"notes": "<string>",
"recurrence": "monthly",
"status": "active"
}
'{
"category": "insurance",
"created_at": "<string>",
"due_date": "<string>",
"id": "<string>",
"status": "active",
"title": "<string>",
"updated_at": "<string>",
"notes": "<string>",
"recurrence": "monthly"
}curl --request POST \
--url https://api.example.com/api/personal/renewals \
--header 'Content-Type: application/json' \
--data '
{
"due_date": "<string>",
"title": "<string>",
"category": "other",
"notes": "<string>",
"recurrence": "monthly",
"status": "active"
}
'{
"category": "insurance",
"created_at": "<string>",
"due_date": "<string>",
"id": "<string>",
"status": "active",
"title": "<string>",
"updated_at": "<string>",
"notes": "<string>",
"recurrence": "monthly"
}insurance, taxes, subscriptions, licenses, documents, other monthly, quarterly, yearly active, completed, snoozed Successful Response
insurance, taxes, subscriptions, licenses, documents, other active, completed, snoozed monthly, quarterly, yearly