The endpoint send a
Response
WP_HTTP_Requests_Response Object
(
[response:protected] => Requests_Response Object
(
[body] => {“status”:”success”,”result”:”112″,”code”:200}
I was trying to get the “result:”112”
Is there a way I can retrieve it?
Thank you.