@param token Target track token.
@param isShared Choose YES if you need to share track, else - NO.
@param callback Completion handler with empty response.
- (void)makeTrack:(NSString *)token
shared:(BOOL)isShared
completion:(RPAPIEntryCallback)callback;