diff --git a/src/Client.php b/src/Client.php index 237f3a5..99a5d5c 100644 --- a/src/Client.php +++ b/src/Client.php @@ -139,7 +139,8 @@ private function request( $method, $endpoint, $token, $data = null ) { */ $args = [ 'headers' => [ - 'Authorization' => 'Bearer ' . $token, + 'Authorization' => 'Bearer ' . $token, + 'X-Api-User-Agent' => '(pr: RSP-PRON-0001)', ], 'method' => $method, 'timeout' => 30,