Rest API - Request and Response Format
A REST API supports JSON and XML. The client sends:
Which format should the server choose and why?
Accept: application/json;q=0.8, application/xml;q=0.8Which format should the server choose and why?
