Added all projects
We are almost working.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
@FinancialApi_HostAddress = https://localhost:7010
|
||||
|
||||
GET {{FinancialApi_HostAddress}}/weatherforecast/
|
||||
Accept: application/json
|
||||
|
||||
###
|
||||
|
||||
POST {{FinancialApi_HostAddress}}/accounts/apply-fee
|
||||
Accept: application/json
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"accountId": 1,
|
||||
"amount": 5.0
|
||||
}
|
||||
|
||||
###
|
||||
Reference in New Issue
Block a user