curl --request POST \
--url https://api.centralcart.com.br/v1/app/game-server \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"id": 1,
"store_id": 1,
"type": null,
"name": "Servidor Principal",
"token": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"created_at": "2024-01-31T16:03:28.000-03:00",
"updated_at": "2024-01-31T16:03:28.000-03:00"
}
Cria um novo servidor de jogo.
curl --request POST \
--url https://api.centralcart.com.br/v1/app/game-server \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"id": 1,
"store_id": 1,
"type": null,
"name": "Servidor Principal",
"token": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"created_at": "2024-01-31T16:03:28.000-03:00",
"updated_at": "2024-01-31T16:03:28.000-03:00"
}
{
"id": 1,
"store_id": 1,
"type": null,
"name": "Servidor Principal",
"token": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"created_at": "2024-01-31T16:03:28.000-03:00",
"updated_at": "2024-01-31T16:03:28.000-03:00"
}