P
$res = json_decode( wp_remote_retrieve_body( wp_remote_get('https://www.googleapis.com/calendar/v3/users/me/calendarList', [
'body' => [
'client_id' => 'xxxx',
'client_secret' => 'xxx',
]
] ) ) );я вот так попробовал, но не прокатывает



