# -*- restclient -*- # # Create Heroes # # Iroman POST http://localhost:5000/api/v1/heroes Authorization: Bearer Content-Type: application/json { "name": "Ironman", "powerstats": { "intelligence": "100", "strength": "85", "speed": "58", "durability": "85", "power": "100", "combat": "64" }, "biography": { "full-name": "Tony Stark", "alter-egos": "No alter egos found.", "aliases": [ "Iron Knight", "Hogan Potts", "Spare Parts Man", "Cobalt Man II", "Crimson Dynamo", "Ironman" ], "place-of-birth": "Long Island, New York", "first-appearance": "Tales of Suspence #39 (March, 1963)", "publisher": "Marvel Comics", "alignment": "good" }, "appearance": { "gender": "Male", "race": "Human", "height": [ "6'6", "198 cm" ], "weight": [ "425 lb", "191 kg" ], "eye-color": "Blue", "hair-color": "Black" }, "work": { "occupation": "Inventor, Industrialist; former United States Secretary of Defense", "base": "Seattle, Washington" }, "connections": { "group-affiliation": "Avengers, Illuminati, Stark Resilient; formerly S.H.I.E.L.D., leader of Stark Enterprises, the Pro-Registration Superhero Unit, New Avengers, Mighty Avengers, Hellfire Club, Force Works, Avengers West Coast, United States Department of Defense.", "relatives": "Howard Anthony Stark (father, deceased), Maria Stark (mother, deceased), Morgan Stark (cousin), Isaac Stark (ancestor)" }, "image": { "url": "https://www.superherodb.com/pictures2/portraits/10/100/85.jpg" } } # Zoom POST http://localhost:5000/api/v1/heroes Authorization: Bearer Content-Type: application/json { "name": "Zoom", "powerstats": { "intelligence": "50", "strength": "10", "speed": "100", "durability": "28", "power": "100", "combat": "28" }, "biography": { "full-name": "Hunter Zolomon", "alter-egos": "No alter egos found.", "aliases": [ "-" ], "place-of-birth": "-", "first-appearance": "Flash Secret Files #3", "publisher": "DC Comics", "alignment": "bad" }, "appearance": { "gender": "Male", "race": "null", "height": [ "6'1", "185 cm" ], "weight": [ "181 lb", "81 kg" ], "eye-color": "Red", "hair-color": "Brown" }, "work": { "occupation": "-", "base": "Keystone City, Kansas" }, "connections": { "group-affiliation": "Secret Society of Super Villains, formerly Keystone Police Department, F.B.I.", "relatives": "Ashley Zolomon (ex-wife)" }, "image": { "url": "https://www.superherodb.com/pictures2/portraits/10/100/1384.jpg" } } # A-Bomb POST http://localhost:5000/api/v1/heroes Authorization: Bearer Content-Type: application/json { "name": "A-Bomb", "powerstats": { "intelligence": "38", "strength": "100", "speed": "17", "durability": "80", "power": "24", "combat": "64" }, "biography": { "full-name": "Richard Milhouse Jones", "alter-egos": "No alter egos found.", "aliases": [ "Rick Jones" ], "place-of-birth": "Scarsdale, Arizona", "first-appearance": "Hulk Vol 2 #2 (April, 2008) (as A-Bomb)", "publisher": "Marvel Comics", "alignment": "good" }, "appearance": { "gender": "Male", "race": "Human", "height": [ "6'8", "203 cm" ], "weight": [ "980 lb", "441 kg" ], "eye-color": "Yellow", "hair-color": "No Hair" }, "work": { "occupation": "Musician, adventurer, author; formerly talk show host", "base": "-" }, "connections": { "group-affiliation": "Hulk Family; Excelsior (sponsor), Avengers (honorary member); formerly partner of the Hulk, Captain America and Captain Marvel; Teen Brigade; ally of Rom", "relatives": "Marlo Chandler-Jones (wife); Polly (aunt); Mrs. Chandler (mother-in-law); Keith Chandler, Ray Chandler, three unidentified others (brothers-in-law); unidentified father (deceased); Jackie Shorr (alleged mother; unconfirmed)" }, "image": { "url": "https://www.superherodb.com/pictures2/portraits/10/100/10060.jpg" } }