Rest API - Request and Response Format
Given this HTTP request snippet:
What format will the server expect the request body to be, and what format will it try to respond with?
POST /api/data HTTP/1.1
Host: example.com
Content-Type: application/json
Accept: application/xml
{"name": "Alice"}What format will the server expect the request body to be, and what format will it try to respond with?
