Question: Which URL pattern is recommended when working with one resource and a collection of resources?
- `/companies/{id} and/company`
 - `/company/{id} and/companies`
 - `/companies/{id} and/companies`
 - `/company/{id} and/company`
 
Answer: The correct answer of the above question is Option C:`/companies/{id} and/companies`