The expression return $this->httpPostJs..., compact('messageId')) also could return the type GuzzleHttp\Psr7\Response which is incompatible with the documented return type array.
The expression return $this->httpPostJs..., $data ?? $this->data) also could return the type GuzzleHttp\Psr7\Response which is incompatible with the documented return type array.