Authorization: ********************curl --location --request POST 'https://test.your-api-server.com/v2/auth/users' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "john.doe",
"password": "SecurePass123",
"email": "john@example.com",
"name": "John",
"firstName": "string",
"firstSurname": "Doe",
"lastName": "string",
"role": "operator",
"nit": "123456789",
"typeDocument": "CC",
"mobile": "+573001234567",
"enabled": true
}'{
"_id": "string",
"uid": "string",
"username": "string",
"name": "string",
"firstSurname": "string",
"email": "string",
"roles": [
"string"
],
"status": true,
"createdAt": "2019-08-24T14:15:22.123Z"
}