Per https://github.com/storacha/RFC/pull/79 Should be a relatively simple refactor to change the `[]string` into a `[]Source` where `Source` looks something like: ```go type Source struct { URL string Headers map[string]string } ``` https://github.com/storacha/spade/blob/9e6ba24b503baed86681c475960658d6c9390c3a/apitypes/sppiecemanifest.go#L10