curl --location --request POST 'https://search-api.longtu.club/api/server' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"ip": "string",
"limit_process": 0,
"is_active": true
}'