General Response Format

Success Response (2xx):

JSON
{ "message": "Success message", "data": {} }

Error Response (4xx/5xx):

JSON
{ "error": "Error description" }

Navigation