how to post the row from the data table to the rest Api in flutter?
class User { String firstName; String lastName; User({this.firstName, this.lastName