curl --location --request POST 'https://api.peiperless.com/api/v1/visitors' \
--header 'Authorization: Bearer [ACCESS_TOKEN]' \
--header 'Content-Type: text/plain' \
--data-raw '{
"username": "juan.perez",
"name": "Juan Pérez",
"password": "123",
"company_id": 1
}'{}