<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <h1>jkhasdfkjalksd</h1> <form action="http://localhost:8000/test" method="POST"> <label for="fname">First name:</label><br> <input type="text" id="fname" name="fname" value="John"><br> <label for="lname">Last name:</label><br> <input type="text" id="sname" name="sname" value="Doe"><br><br> <label for="api_token">password</label><br> <input type="password" id="api_token" name="api_token"><br><br> <input type="submit" value="Submit"> </form> </body> </html>