According to the documentation, the uuid of SALMON RUN should use the whole base64 decode result.
When posting to stat.ink from data obtained from SplatNet, we expect the following method to generate a uuid.
This method IS DIFFERENT with the Battle API.
decode Base64'ed ID from coopHistoryDetail.id ("CoopHistoryDetail-u-..." )
Calc UUIDv5 with namespace f1911910-605e-11ed-a622-7085c2057a9d
According to the documentation, the uuid of SALMON RUN should use the whole base64 decode result.
But the entire id is not used in s3s:
https://github.com/frozenpandaman/s3s/blob/1bcdedac88fd987025e045973cd2850da90904e4/s3s.py#L758-L759