Authorization: Bearer ********************curl --location 'https://v1.dev.bukalombok.com/v1/auth/change-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"oldPassword": "Test123!",
"newPassword": "Joni123!",
"newPasswordConfirmation": "Joni123!"
}'{
"meta": {
"success": true,
"status": 0,
"message": "string"
},
"data": {}
}