This document is generated by Novitec
{
"id": "novitec",
"password": "N0vitecdev!"
}
curl --location --request POST 'http://192.168.0.144/auth/users' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "novitec",
"password": "N0vitecdev!"
}'
{
"message": "User created successfully"
}