Example of POSTMAN call Call URL https://localhost:44302/api/pay/ with POST with JSON: { "creditCardNumber": "7202 6334 4870 4165", "cardHolder" : "Muhammad Zeeshan", "expirationDate" : "2021-01-02", "securityCode" : "123", "amount" : 21 }