i'm testing the /api/v1/metrics/bodyComposition to upload my weight (older data).
I use (i replace the example token with my personal one) in the request body at https://runalyze.com/doc/personal :
Then, i click execute and the "Server response" is "TypeError: NetworkError when attempting to fetch resource."curl -s --location --request POST 'https://runalyze.com/api/v1/metrics/bodyComposition' --header 'token: '5cf803010f01c0b2a75b35c7e86ad68b
{
"date_time": "2021-02-08T12:00:00Z",
"weight": 80,
"fat_percentage": 20,
"water_percentage": 60,
"muscle_percentage": 40,
"bone_percentage": 15
}
Could you please help me ?
fraizman