{
"token": "sdjfghfodjgjshgfiw23ehrt43",
"users": [
"loginId1",
"loginId2"
]
}curl --location --request POST '/public-api/users/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "sdjfghfodjgjshgfiw23ehrt43",
"users": [
"loginId1",
"loginId2"
]
}'{
"result": "ok",
"response": {
"userExist": [
"123456123"
],
"userNotExist": []
}
}