curl --request POST \
--url https://activitysmith.com/api/live-activity/end \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"activity_id": "pLAr-Hnq9ZFW4sxlk43Lhbuok4GLh7UW",
"content_state": {
"title": "ActivitySmith API Deployment",
"subtitle": "done",
"current_step": 4,
"auto_dismiss_minutes": 3
}
}
'