would like to load multiple health data - sleep - at once (for last two months).
I tried:
Code: Select all
curl -d "@data.json" -X POST 'https://runalyze.com/api/v1/metrics/sleep' --header 'token: "xxxxx"'
It runs well if in json file is only one set for one day of data.
Is it even possible to load json with mutliple sets of data?