Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 346 Bytes

File metadata and controls

11 lines (11 loc) · 346 Bytes
   curl --header "Authorization: 123"         \
     -H "Content-Type: application/json"      \
     -X POST http://127.0.0.1:8000/api/status  \
     -d '{
            "username": "123456",
            "hostname": "linux008029845",
            "login_at": "2010-09-20 12:15",
            "equipamento_id": "1"
          }'