feat(Oura Node): Update node for v2 api (#11604)

This commit is contained in:
Jon
2024-11-07 11:53:05 +00:00
committed by GitHub
parent 20fd38f351
commit 3348fbb154
6 changed files with 299 additions and 80 deletions

View File

@@ -0,0 +1,8 @@
export const profileResponse = {
id: 'some-id',
age: 30,
weight: 168,
height: 80,
biological_sex: 'male',
email: 'nathan@n8n.io',
};