curl --location --request POST 'http://localhost:8080/user/register' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "teste10",
"email": "pedrosiade@zscansoftware.com",
"permission": "user",
"documentValue": "04002111236",
"documentType": "CPF",
"birthDate": null,
"telephone": null,
"language": "PT_BR"
}'{
"name": "Tester4",
"email": "tester4@zscansoftware.com",
"telephone": "(62) 994318404",
"birthDate": "2002-01-02",
"documentType": "CPF",
"documentValue": "04044164239",
"permission": {
"id": 3,
"name": "user",
"description": "POST",
"tag": "{\"role\": \"user\", \"level\": 3}"
}
}