Authorization: ********************curl --location 'https://api-homolog.docsend.com.br/api/v1/auth/change-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"currentPassword": "string",
"newPassword": "string",
"confirmPassword": "string"
}'