{
"omni_user_uuids": [
"string"
]
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/score/user/action/selectBatch' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"omni_user_uuids": [
"string"
]
}'
{
"request_id": "6cf22ee0da87adf45d4be6a3f8ec1c2c",
"code": 0,
"msg": "success",
"data": {
"success_data": [
{
"omni_user_uuid": "M3FeN7qC5epDELaVQstfVK",
"score_level": "高活跃",
"score": 31
}
],
"error_data": [
{
"omni_user_uuid": "123",
"msg": ""
}
]
},
"timestamp": 1719888323657
}