Rest API - Request and Response Format
You want to design a response envelope that includes:
- A status code (number)
- A success boolean
- A message string
- The actual data
Which JSON structure best fits this requirement?
- A status code (number)
- A success boolean
- A message string
- The actual data
Which JSON structure best fits this requirement?
