access-token: ********************{
"name": "string",
"datacenter_id": 0,
"ip": "string",
"port": 2345,
"key": "string",
"password": "string",
"internal_ip": "string"
}curl --location '/admin/slaves' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"datacenter_id": 0,
"ip": "string",
"port": 2345,
"key": "string",
"password": "string",
"internal_ip": "string"
}'{
"success": true,
"message": "string",
"data": {
"id": 0
}
}