curl --location 'https://mock.apidog.com/m1/1364933-0-default/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "reset_token_here",
"email": "john.doe@example.com",
"password": "newpassword123",
"password_confirmation": "newpassword123"
}'{
"success": true,
"message": "Password reset successfully",
"data": []
}