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/ranges/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Red Team Range",
"rangeID": "RED_TEAM_RANGE",
"description": "Range for red team",
"purpose": "Testing",
"userID": [
"string"
],
"rangeNumber": 3
}'{
"result": "string"
}