curl -X 'GET' \
'https://api4.thetvdb.com/v4/search?query=Picard&type=series' \
-H 'accept: application/json' \
-H 'Authorization: Bearer xxx'
curl -X 'GET' \
'https://api4.thetvdb.com/v4/series/364093' \
-H 'accept: application/json' \
-H 'Authorization: Bearer xxx' | jq '.data.nextAired'
curl -X 'POST' \
'https://api4.thetvdb.com/v4/login' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"apikey": "",
"pin": ""
}'
python3 -m http.server