Rest API - Request and Response Format
Given this JSON request body sent to an API:
What will the server receive as the value of
{
"name": "Alice",
"age": 30
}What will the server receive as the value of
age?