Add tracks, profit.

GET
Headers
{"X-Api-Key": <invoice_key>}
Body (application/json)
Returns 200 OK (application/json)
[<livestream object>, ...]
Curl example
curl -X GET {{ request.url_root }}/livestream/api/v1/livestream -H "X-Api-Key: {{ g.user.wallets[0].inkey }}"