curl --location --request POST 'https://api.sanctions.tr/api/users' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "pa$$word",
"fullName": "string",
"role": "analyst"
}'{
"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"
}