Favorite a Timeline or Timeline template
Favorite a Timeline or Timeline template for the current user.
PATCH
/api/timeline/_favorite
curl \
--request PATCH 'https://<KIBANA_URL>/api/timeline/_favorite' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"templateTimelineId":"string","templateTimelineVersion":42.0,"timelineId":"string","timelineType":"default"}'