{ "request": { "method": "POST", "url": "https://io.adafruit.com/api/v2/io_username/feeds/temperature/data/batch", "headers": { "X-AIO-Key": "io_key_12345", "Content-Type": "application/json" }, "body": { "data": [ { "value": "72.0", "created_at": "2026-05-25T09:55:00Z" }, { "value": "72.2", "created_at": "2026-05-25T09:56:00Z" }, { "value": "72.4", "created_at": "2026-05-25T09:57:00Z" } ] } }, "response": { "status": 200, "body": { "data": [ { "id": "0HW7T8K9NRDZJBM8PT3K3M2EX1", "value": "72.0", "created_at": "2026-05-25T09:55:00Z" }, { "id": "0HW7T8K9NRDZJBM8PT3K3M2EX2", "value": "72.2", "created_at": "2026-05-25T09:56:00Z" }, { "id": "0HW7T8K9NRDZJBM8PT3K3M2EX3", "value": "72.4", "created_at": "2026-05-25T09:57:00Z" } ] } } }