Welcome to code sender via email developed by: Kazi Irfan,you can POST form data as well as json data POST request to /send-mail with (target_email,verification_code) example: axios.post( "https://email.code-sender.irfans.dev/send-mail", { email: "target_email", // String code: verification_code, // Number } );