| @@ -54,9 +54,8 @@ | ||
| 54 | 54 | 'timeout' => 30, |
| 55 | 55 | 'headers' => [ |
| 56 | 56 | 'Authorization' => 'Bearer ' . $api_key, |
| 57 | 57 | 'Content-Type' => 'application/json', |
| 58 | - 'Accept' => 'application/json', | |
| 59 | 58 | 'x-templately-url' => $new_url, |
| 60 | 59 | 'x-templately-version' => defined('TEMPLATELY_VERSION') ? TEMPLATELY_VERSION : '1.0.0', |
| 61 | 60 | ], |
| 62 | 61 | 'body' => json_encode([ |