curl --request POST \
--url https://api.scoot.app/api/v1/rules/entry/config \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"configurationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"entryOption": "DEFAULT",
"groupSpawnSize": 123,
"groupFormerCount": 123,
"startingPointX": 123,
"startingPointY": 123,
"entryFlow": "SPIRAL",
"rules": [
{
"property": "<string>",
"operator": "<string>",
"value": "<string>"
}
],
"associatedSocialIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
'