Im working on an Angular Project, We have 2 APIs.
First GET API lists, all the student details (name, admission_no, class etc..) and the other displays one student details (fee_payment, payment_amount etc..) on POST API call with student admission_no.
I want to know how can we create a table of students from these two apis ? ie. If there are 10 students from Get API, We have call POST API 10 times with student admission_no, and create a table of students.