curl -X PATCH "https://app.journeybee.io/api/v1/stages/partner-stages" \
-H "Authorization: Bearer your-api-key-uuid" \
-H "Content-Type: application/json" \
-d '[{"id": 1, "label": "Updated Prospecting", "series": 1}, {"id": 2, "label": "Active Partnership", "series": 2}]'