{ "weightId": "string", "weight": 0, "pbf": 0, "measurementDate": "string", "associatedId": "string" }
curl --location --request POST '/zkaj/third/v1/weightDataUpdate' \ --header 'Content-Type: application/json' \ --data-raw '{ "weightId": "string", "weight": 0, "pbf": 0, "measurementDate": "string", "associatedId": "string" }'
{ "code": "string", "msg": "string", "data": true }