curl --request POST \
--url https://api.example.com/remnawave/squads \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"inbound_uuids": [
"<string>"
]
}
'{
"success": true,
"detail": "<string>",
"data": {}
}Создание нового отряда (squad) в RemnaWave.
curl --request POST \
--url https://api.example.com/remnawave/squads \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"inbound_uuids": [
"<string>"
]
}
'{
"success": true,
"detail": "<string>",
"data": {}
}