File size: 151 Bytes
90d02e1
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
  "users": [
    {
      "email": "test@test.com",
      "password": "1234",
      "plan": "free",
      "runsLeft": 10
    }
  ],
  "projects": []
}