Network: Difference between revisions

Line 256: Line 256:
   /%lld/album_data_archives/%lld/finish_download
   /%lld/album_data_archives/%lld/finish_download
   /%lld/album_data_archives
   /%lld/album_data_archives
These use the following request headers:
  User-Agent: libcurl (nnHttp; {...})
  Accept: */*
  Content-Type: application/json
  Authorization: Bearer {token}
  {Content-Length as needed}
The above token is from using [[Account_services|IManagerForSystemService EnsureIdTokenCacheAsync]], with the output from [[Account_services|IManagerForSystemService LoadIdTokenCache]] being used as the token.


== Others ==
== Others ==