{ "opencollection": "1.0.0", "info": { "name": "Oper Credits Agent Documents Calculate API", "version": "1.0" }, "items": [ { "info": { "name": "Calculate", "type": "folder" }, "items": [ { "info": { "name": "api_calculate_baby_loan_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/calculate/baby-loan/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_calculate_credit_theoretical_amortization_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/calculate/credit-theoretical-amortization/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_calculate_credit_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/calculate/credit/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_calculate_csok_cash_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/calculate/csok-cash/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_calculate_csok_mortgage_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/calculate/csok-mortgage/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_calculate_village_csok_cash_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/calculate/village-csok-cash/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_calculate_village_csok_mortgage_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/calculate/village-csok-mortgage/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }