| Parameter Name | Required | Format | Comment | 
|---|---|---|---|
| is_success | Yes | Boolean | Sent for successful API calls as true, else returned as false. | 
| data | No | Object | Present if the API is successful. In this case, the status code would be 200. The structure is provided. | 
| error | No | Object | Present if the API is failed. In this case, the status code would be 400. | 
