curl --request POST \
--url https://api.plazbot.com/api/user \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Juan",
"lastName": "Pérez",
"email": "juan.perez@example.com",
"password": "SecurePassword123!",
"defaultStartWeek": 1,
"company": "plazbot",
"isExternalCreation": true
}'