Write a function wrapResponse(data, status) that returns { ...data, status, timestamp: 1700000000 }.
wrapResponse(data, status)
{ ...data, status, timestamp: 1700000000 }
Wrapped status: 200 for alex [✓] Object spread verified (Time: 0.036s, Memory: 24.4 MB)