16.06.2023, 06:06
(This post was last modified: 16.06.2023, 06:27 by Erwin van der Zwart.)
Your payload is not a valid JSON, try : {"type": "Start", "attributes":[{"duration":"24 // minutes"}]}
You can test your payload at https://jsoneditoronline.org/
Are you sure the duration is like "24 // minutes" and not just the value 24 like {"type": "Start", "attributes":[{"duration":24}]}?
You can test your payload at https://jsoneditoronline.org/
Are you sure the duration is like "24 // minutes" and not just the value 24 like {"type": "Start", "attributes":[{"duration":24}]}?