Init
This commit is contained in:
10
backend/artifacts/crm.http
Normal file
10
backend/artifacts/crm.http
Normal file
@@ -0,0 +1,10 @@
|
||||
### Delete user and change responsible
|
||||
|
||||
DELETE {{url}}/api/crm/user/delete
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
{
|
||||
"currentUserId": 12022001,
|
||||
"newUserId": 12022002
|
||||
}
|
||||
Reference in New Issue
Block a user