JSFiddle - React, Tailwind, and code Playground

by Dedi Wibisono

JavaScript

const settings = {
	"async": true,
	"crossDomain": true,
	"url": "https://monkeypox-poxvirus-statistics.p.rapidapi.com/",
	"method": "GET",
	"headers": {
		"X-RapidAPI-Key": "b66eb3153bmsh1d00af693516ac2p106275jsn0b6d5b9e5b20",
		"X-RapidAPI-Host": "monkeypox-poxvirus-statistics.p.rapidapi.com"
	}
};

$.ajax(settings).done(function (response) {
	console.log(response);
});