Calling external api endpoints when working with node and ejs and geting the details for your users
问题 i have a signup and login form,am using ejs to render as view, i have been given some api endpoint to call, and i have added them to their ejs form action views when i fill in the user details in my ejs view form i get this response. i get this when am trying to register a user { "status": 200, "message": "Account created successfully.", "data": { "name": "name of user", "email": "user email", "password": "$2b$10$0IPgBNCJhjjkasdkGb2y0CviOuxRe/bAfhFqFDqrofMaCz5f0SMtwkgBxIzm" } } i get this