curl --location 'https://auth.side.my.id/api/v1/user/change-password' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"current_password": "123123",
"new_password": "newpass"
}'{
"success": true,
"message": "Password changed successfully",
"data": null,
"timestamp": "2025-06-19 06:17:05"
}