Here's what I've tried -    curl -X 'GET' \   'http://localhost:8096/emby/Items?Recursive=true&Fields=ProviderIds%2C%20Tags&Ids=15092563&api_key={api_key}' \   -H 'accept: application/json' which returns the following JSON   { "Items": [ { "Name": "13 Commandments", "ServerId": "9826b2ded108....", "Id": "15092563", "RunTimeTicks": 27600000000, "ProviderIds": { "Tvdb": "326005", "Imdb": "tt5203748", "Tmdb": "75680" },