Retrieve a specific station by ID:
GET /stations/{id}
{
"status": "success",
"message": "Station retrieved successfully",
"data": {
"id": 3,
"route_id": 101,
"district_id": 5,
"status": "active",
"created_by": 1,
"updated_by": 1,
"created_at": "2025-07-08T12:00:00",
"updated_at": "2025-07-08T12:00:00",
"deleted_at": null
}
}