Subscription endpoints have been updated (/subscriptions instead of /list, /add, /delete).
GET requests have been replaced by POST and DELETE for adding and removing subscriptions respectively, with the appropriate request headers as per the wis2downloader documentation schema.
Major Changes
/subscriptions
instead of/list
,/add
,/delete
).