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