curl --location --request POST 'https://app.stg.bidancer.com/api/user-service/account/password/change' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPassword": "stringst",
"newPassword": "stringst",
"confirmNewPassword": "string"
}'