[ ['id'=>4711,'moduleSlug'=>'hallo-welt','displayName'=>'Hallo Welt','icon'=>'👋', 'difficulty'=>'L1','startsAt'=>date('c', time()-1800),'endsAt'=>null, 'active'=>true,'createdAt'=>date('c', time()-1800)], ]]); } if ($method === 'POST') { $body = v2_request_body_json_required(); v2_response_created(['id' => random_int(1000, 9999), '_mock' => 'Auftrag NICHT persistiert.']); } v2_response_ok(['ok' => true]);