Authorization: ********************
curl --location '/api/metric//value' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "date_time": "2025-03-18T14:30:00Z", "value": 123.45 }'