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