postData method
Implementation
Map<String, dynamic> postData() => {
"userType": userType,
"email": email,
"phone": phone,
"firstName": firstName,
"lastName": lastName,
"gender": gender,
"dateOfBirth": dateOfBirth,
"defaultAddressId": defaultAddressId,
"profilePicture" : profilePicture,
};