Ludus 2 is in BETA. This API is subject to change until Ludus 2 is released.
curl --location --request POST 'https://mock.apidog.com/m1/1126461-0-default/groups/mygroup/ranges' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rangeIDs": [
"string"
]
}'{
"result": {
"success": [
"user1",
"user2"
],
"errors": [
{
"item": "user3",
"reason": "User not found"
}
]
}
}