Rest API - Request and Response Format
Given this JSON request body sent to an API:
What will the server receive as the value of
{"product": "Book", "quantity": 3}What will the server receive as the value of
quantity?