cURL
curl --request POST \ --url https://api-new.paineloffice.click/nexus \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "notes": "<string>", "trial": true } '
{ "success": true, "message": "<string>", "data": { "id": 123, "username": "<string>", "email": "<string>", "status": "<string>", "bandwidth_limit": 123, "expires_at": "<string>", "server_url": "<string>", "access_token": "<string>" } }
Cria um teste gratuito Nexus no sistema (trial: true)
POST /nexus Authorization: Bearer <token>
trial: true
true
{ "notes": "", "trial": true }
Show properties
{ "message": "Teste Nexus criado com sucesso", "data": { "id": 3001, "username": "teste_nexus_001", "email": "[email protected]", "status": "active", "bandwidth_limit": 200, "expires_at": "2024-02-15T10:30:00Z", "server_url": "https://nexus.servidor.com", "access_token": "nexus_token_xyz789abc123" } }