Response Objects
There are only two objects are default in each request.
| Name | Type | Description |
| message | String | This is a simple text object which returns string success or error message (text). |
| bool | Boolean | This is a simple boolean object which returns true or false. If false then there is an error in request and the error message shown in message object. |