curl --request POST \
--url https://api.example.com/cabinet/admin/servers/sync \
--header 'Authorization: Bearer <token>'{
"created": 123,
"updated": 123,
"removed": 123,
"message": "<string>"
}Sync servers with RemnaWave.
curl --request POST \
--url https://api.example.com/cabinet/admin/servers/sync \
--header 'Authorization: Bearer <token>'{
"created": 123,
"updated": 123,
"removed": 123,
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.