get Related Artists
abstract suspend fun getRelatedArtists(id: String): ApiResponse<GetRelatedArtistsResponse, ErrorBody>(source)
Get related artists API returns the information about artists similar to the given artist.
Return
GetRelatedArtistsResponse when success and ErrorBody when error.
Parameters
id