mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
16 lines
266 B
JSON
16 lines
266 B
JSON
{
|
|
"name": "user",
|
|
"icon": "👤",
|
|
"category": "user",
|
|
"pricing": {
|
|
"User.Create": 1,
|
|
"User.Read": 1,
|
|
"User.Update": 1,
|
|
"User.Delete": 1,
|
|
"User.UpdatePassword": 1,
|
|
"User.Login": 1,
|
|
"User.Logout": 1,
|
|
"User.ReadSession": 1
|
|
}
|
|
}
|