diff --git a/public/tetrio-user-reverse.php b/public/tetrio-user-reverse.php index 35968e9..465d2ec 100644 --- a/public/tetrio-user-reverse.php +++ b/public/tetrio-user-reverse.php @@ -18,6 +18,7 @@ curl_setopt_array($curl, [ CURLOPT_POSTFIELDS => json_encode(['query' => (string)filter_input(INPUT_GET, 'q', FILTER_SANITIZE_STRING)]), CURLOPT_HTTPHEADER => [ 'Authorization: Bearer ' . TETRIO_TOKEN, + 'Accept: application/json', 'Content-Type: application/json', ], ]);