Coggle requires JavaScript to display documents.
method: 'POST' body: { name: userName }
body: JSON.stringify({ name: userName })
headers: { 'Content-type': 'application/json'
function getTotos(){ axios.get({ url: 'https://....', params: { _limit: 5 } }).then().catch()