curl --location 'https://mock.apidog.com/m1/1364933-0-default/trips//fork' \
--header 'Content-Type: application/json' \
--data '{
"clone_itinerary": true
}'{
"success": true,
"message": "Trip forked successfully for authenticated user",
"data": {
"id": 103,
"user_id": 42,
"title": "Summer Holiday in Greece (Forked)",
"travel_style": "beach",
"interests": [
"hiking",
"beaches"
],
"no_of_travelers": 2,
"budget": 2500,
"no_of_days": 7,
"start_date": "2026-07-01",
"end_date": "2026-07-08",
"status": "planned"
}
}