/// InsertCodeRequest is the request body for inserting a code into the database.
/// You will also need an API Key to insert codes.
/// SourceLookup represents a source of a code, such as a streamer or developer.
/// This object is used for PUT/POST requests and do not require an ID.
///
/// We try to maintain a list of names (always available) and URLs (best guess of where the source came from),
/// but do not guarantee complete accuracy.
///
/// Sources in the remote service are stored as unique (name, url) pairs