How can i access the element of an object in a array in php?

Here is my response from an API call which return an array, but how can i access the “positive” of the body object from this array?

{
  "exists": true,
  "body": {
    "positive": 134401,
    "canonical-positive": 134401,
    "merged-positive": [],
   }
}