Update request_models.dart

This commit is contained in:
Ashita Prasad
2024-12-10 05:12:23 +05:30
parent 46df82185d
commit 2aaff2ca25

View File

@ -180,6 +180,7 @@ RequestModel testRequestModel = RequestModel(
// JSON
Map<String, dynamic> requestModelJson = {
'id': '1',
'apiType': 'rest',
'name': '',
'description': '',
'httpRequestModel': httpRequestModelPost10Json,