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