Skip to content

Instantly share code, notes, and snippets.

View mikekreeki's full-sized avatar

Michal Krejčí mikekreeki

View GitHub Profile
javascript: ((areaId, token) => {
var options = {
method: 'POST',
headers: {
Authorization: 'Bearer ' + token,
Accept: 'application/json',
'Content-Type': 'application/json',
},
body: JSON.stringify({
task: {