curl --request POST \
--url https://api.example.com/cabinet/admin/remnawave/sync/auto/run \
--header 'Authorization: Bearer <token>'{
"started": true,
"success": true,
"error": "<string>",
"user_stats": {},
"server_stats": {},
"reason": "<string>"
}Run auto sync immediately.
curl --request POST \
--url https://api.example.com/cabinet/admin/remnawave/sync/auto/run \
--header 'Authorization: Bearer <token>'{
"started": true,
"success": true,
"error": "<string>",
"user_stats": {},
"server_stats": {},
"reason": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.