curl --location --request PUT 'https://tp.dev/api/admin/update-password' \
--header 'Authorization: Bearer JWT_TOKEN_HERE' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPassword": "OldPa$$word1",
"newPassword": "NewStrongPa$$2"
}'{}