$this->apiBaseUrl, 'headers' => [ 'Content-Type' => 'application/json', 'Authorization' => 'Bearer ' . $secretKey, ] ]); } public function requestFactory(array $messageComponent) { // TODO: Justify the need for this function before implementing... } }