curl --request DELETE \
--url http://localhost:8000/api/v1/companies/me/{company_id} \
--header 'Authorization: Bearer <token>'{}Delete a company that the user belongs to (soft delete).
curl --request DELETE \
--url http://localhost:8000/api/v1/companies/me/{company_id} \
--header 'Authorization: Bearer <token>'{}