{ "reservations": [ { "id": "FWFS-2026-001", "customer_name": "Josef Test", "customer_email": "inbox@medowar.de", "items": [ { "product_id": 1, "quantity": 3, "size": "L" } ], "created": "2026-02-08 23:50:25", "expires": "2026-04-09 23:50:25", "status": "open", "picked_up": false, "type": "regular" }, { "id": "FWFS-2026-002", "customer_name": "Testing 123", "customer_email": "inbox@medowar.de", "items": [ { "product_id": 1, "quantity": 5, "size": "L" } ], "created": "2026-02-08 23:50:58", "expires": "2026-04-09 23:56:38", "status": "open", "picked_up": false, "type": "regular" }, { "id": "FWFS-2026-003", "customer_name": "Josef Test", "customer_email": "inbox@medowar.de", "items": [ { "product_id": 1, "quantity": 15, "size": "M" } ], "created": "2026-02-08 23:52:29", "expires": "2026-04-09 23:52:29", "status": "open", "picked_up": false, "type": "regular" }, { "id": "FWFS-2026-004", "customer_name": "Josef test3", "customer_email": "inbox@medowar.de", "items": [ { "product_id": 7, "quantity": 80 } ], "created": "2026-02-08 23:53:56", "expires": "2026-04-09 23:53:56", "status": "picked_up", "picked_up": true, "type": "regular" }, { "id": "FWFS-2026-005", "customer_name": "Josef test3", "customer_email": "inbox@medowar.de", "items": [ { "product_id": 1, "quantity": 3, "size": "M" }, { "product_id": 1, "quantity": 2, "size": "L" } ], "created": "2026-02-08 23:53:58", "expires": "", "status": "open", "picked_up": false, "type": "backorder", "backorder_status": "pending" }, { "id": "FWFS-2026-006", "customer_name": "Inbox Testing mail", "customer_email": "medowar@AllFreeMail.net", "items": [ { "product_id": 1, "quantity": 2, "size": "L" } ], "created": "2026-02-09 00:23:51", "expires": "2026-04-10 00:25:03", "status": "open", "picked_up": false, "type": "regular" } ] }