curl --request POST \
--url http://localhost:8080/remnawave/squads \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"inbound_uuids": [
"<string>"
]
}
'{
"success": true,
"detail": "<string>",
"data": {}
}curl --request POST \
--url http://localhost:8080/remnawave/squads \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"inbound_uuids": [
"<string>"
]
}
'{
"success": true,
"detail": "<string>",
"data": {}
}