Skip to content

Instantly share code, notes, and snippets.

@erichonorez
Created August 12, 2020 06:51
Show Gist options
  • Save erichonorez/eb698d01a24013b17fb66e1dcf52a397 to your computer and use it in GitHub Desktop.
Save erichonorez/eb698d01a24013b17fb66e1dcf52a397 to your computer and use it in GitHub Desktop.
$.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