how to fetch start date and end date from below parse json body where path is "Agile Centre of Excellence\\2024\\2024-Q1\\Sprint 0"
{
"count": 3,
"value": [
{
"id": "1bb21b0d-cb1c-4aa8-8d5a-5b3c345e6aec",
"name": "Sprint 0",
"path": "Agile\\2024\\2024-Q1\\Sprint 0",
"attributes": {
"startDate": "2024-01-18T00:00:00Z",
"finishDate": "2024-02-08T00:00:00Z",
"timeFrame": "past"
},
"url": ""
},
{
"id": "f22239c8-0929-4562-a195-4fde935fb5c3",
"name": "Sprint 1",
"path": "Agile\\2024\\2024-Q1\\Sprint 1",
"attributes": {
"startDate": "2024-02-09T00:00:00Z",
"finishDate": "2024-03-07T00:00:00Z",
"timeFrame": "past"
},
"url": ""
},
{
"id": "fc9aff8c-db8e-44a1-8d40-39e5c92457e8",
"name": "Sprint 2",
"path": "Agile\\2024\\2024-Q1\\Sprint 2",
"attributes": {
"startDate": "2024-03-08T00:00:00Z",
"finishDate": "2024-04-04T00:00:00Z",
"timeFrame": "past"
},
"url": ""
},
]
}