curl --request GET \
--url https://api.example.com/cabinet/admin/remnawave/squads/{squad_uuid}/migration-preview \
--header 'Authorization: Bearer <token>'{
"squad_uuid": "<string>",
"squad_name": "<string>",
"current_users": 123,
"users_to_migrate": 123,
"max_users": 123
}Get migration preview for a squad.
curl --request GET \
--url https://api.example.com/cabinet/admin/remnawave/squads/{squad_uuid}/migration-preview \
--header 'Authorization: Bearer <token>'{
"squad_uuid": "<string>",
"squad_name": "<string>",
"current_users": 123,
"users_to_migrate": 123,
"max_users": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.