Created
August 12, 2020 06:51
-
-
Save erichonorez/eb698d01a24013b17fb66e1dcf52a397 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.ajax("http://localhost:8080/api/v1/loan-applications", { 'method': 'POST', 'contentType' : 'json', 'headers': { 'Content-Type': 'application/json', 'X-Custom-MerchantId': '123' } , 'data': '{ "productId": "123", "amount": "222", "language": "fr" }'}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment