Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/user-service/v1/account/password/change' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPassword": "stringst",
"newPassword": "stringst",
"confirmNewPassword": "string"
}'{
"status": "success",
"message": "string"
}