{
"userAppId": {},
"statValues": [
{
"time": "2019-08-24T14:15:22Z",
"value": 0,
"tags": [
"string"
]
}
]
}
curl --location --request POST 'http://dev-cn.your-api-server.com/v2/users//apps//stats/values' \
--header 'Content-Type: application/json' \
--data-raw '{
"userAppId": {},
"statValues": [
{
"time": "2019-08-24T14:15:22Z",
"value": 0,
"tags": [
"string"
]
}
]
}'
{
"status": {
"code": {},
"description": "string",
"details": "string",
"stackTrace": [
"string"
],
"percentCompleted": 0,
"timeRemaining": 0,
"reqId": "string",
"internalDetails": "string",
"redirectInfo": {
"url": "string",
"resourceType": "string",
"oldResourceId": "string",
"newResourceId": "string"
}
},
"statValues": [
{
"time": "2019-08-24T14:15:22Z",
"value": 0,
"tags": [
"string"
]
}
]
}