cURL
curl --request POST \ --url https://api-new.paineloffice.click/red-club/recreate/{id} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "pass": "<string>" } '
{ "400": {}, "401": {}, "404": {}, "500": {}, "success": true, "message": "<string>", "data": { "id": "<string>", "username": "<string>", "password": "<string>", "status": "<string>", "updatedAt": "<string>" } }
Recreate um usuário RedClub existente
POST /red-club/recreate/{id} Authorization: Bearer <token> Content-Type: application/json
Show properties
{ "pass": "novaSenha123" }
{ "success": true, "message": "Usuário RedClub recreate com sucesso", "data": { "id": "507f1f77bcf86cd799439011", "username": "usuario_redclub_001", "password": "novaSenha123", "status": "active", "updatedAt": "2025-10-27T14:30:00Z" } }