Files
Viktoria Polyakova 4fb101c5db Init
2026-01-25 08:57:38 +00:00

10 lines
199 B
HTTP

### Delete user and change responsible
DELETE {{url}}/api/crm/user/delete
Content-Type: application/json
Authorization: Bearer {{token}}
{
"currentUserId": 12022001,
"newUserId": 12022002
}