This endpoint is intended to reset the user's progress on all pins.
Unfortunately, unlike /reset_pin_progress, this endpoint is only called by debug builds when using a specific debug option to nuke all pin progress. The endpoint route doesn't even exist on retail builds. However, we should implement this endpoint anyway, especially since we already want to implement progress nuking itself (see #1109).
This endpoint is intended to reset the user's progress on all pins.
Unfortunately, unlike
/reset_pin_progress, this endpoint is only called by debug builds when using a specific debug option to nuke all pin progress. The endpoint route doesn't even exist on retail builds. However, we should implement this endpoint anyway, especially since we already want to implement progress nuking itself (see #1109).