/api/records
			Gets a list of records in my collection from the database. You can search the data by the parameters listed below or sort the returned data using the optional sort parameter. Specifying no parameters returns all of the data.
string (required) Example: SKOOCH_API
							Your authorization token. For demonstration purposes you can use SKOOCH_API.
string (optional) Example: artist
							The field you want to sort the data by:
							artist
							title
							label
							catalog_no - note not all records have a catalog number
							
string (optional) Example: claude young
							Seach by artist
							
string (optional) Example: dj kicks
							Seach by title
							
string (optional) Example: !k7
							Seach by label
							
string (optional) Example: K7045EP
							Seach by catalog number - note not all records have a catalog number
							
200
						Toggle404
						Toggle