post https://api.nodecraft.studio/v1/server//favorite
Favorites a server for the current player.
Responses
Favorites a server for the current player.
xxxxxxxxxx
POST /v1/server/id/favorite HTTP/1.1
Accept: application/json
Host: api.nodecraft.studio
​
​
xxxxxxxxxx
{
"code": "discovery.server_favorited.success",
"message": "Successfully favorited server.",
"success": true,
"error": false
}