curl --location --request PATCH 'https://api.sanctions.tr/api/users/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "string",
"password": "pa$$word",
"role": "admin",
"isActive": true
}'{
"id": "string",
"email": "user@example.com",
"fullName": "string",
"role": "admin",
"isActive": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}