curl --request PUT \
--url https://{tenant}.stamp.eu/rest/employees/passwords \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>",
"all": true
}
'{
"message": "<string>",
"count": 123
}curl --request PUT \
--url https://{tenant}.stamp.eu/rest/employees/passwords \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>",
"all": true
}
'{
"message": "<string>",
"count": 123
}