curl --location --globoff --request PATCH '/playgrounds/{{childId}}/{{playgroundId}}/status' \ --header 'Authorization: Bearer {{accessToken}}' \ --header 'Content-Type: application/json' \ --data '{ "isActive": false }'
{}