curl --location --request POST 'https://api.probely.com/profile/change_password/' \
--header 'Content-Type: application/json' \
--data-raw '{
"confpassword": "dolphins",
"current_password": "dolphins",
"password": "dolphins"
}'{
"message": "string"
}