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