16.06.2023, 07:33
Try this:
Code:
local requestBody = json.encode({
data = {
type = 'Start',
attributes = {
duration = 24
}
}
})