JSFiddle - React, Tailwind, and code Playground

by wittnl

JavaScript

$(document).ready(function() {
    
$.ajax({
    type: "POST",
    url: "http://rks-testing-api.jellyvisionlab.com/api/email-template/scorecard",
    data: JSON.stringify({ to: "[email protected]", data: {"recipient":{ "firstName":"Nathan"}}}),
    contentType: 'application/json'
});
    
});