Add Fn_Get_Notifications() To All Of Your Api Requests

Hi,

we need the notifications in our API Requests for the responses.

You have added it in app/Tygh/Api/Response.php if the Request is not successfull.

But we also need it for Success Requests.

Maybe you cann add the

$this->body['message']

to all of your Responses.