Time to create a form to allow users to start parking by choosing one of the vehicles they added to their account and selecting the zone.
- To start parking create a new
src/hooks/useParking.jsx
hook with thestartParking
function which will submit vehicle and zone ids to API...