I'm implementing the Apple Music API for my application.
I have a 1000-1200 record of artist names in my database and I want to match with Apple Music.
I'm using the search endpoint for that, but I couldn't retrieve any results for artists. Even the sample request in the documentation can't retrieve any results.
Sample request from documentation:
https://api.music.apple.com/v1/catalog/us/search?term=james+brown&limit=2&types=artists,albums
Note: I'm using a developer token for authentication