OptionalauthPrefix?: stringThe authorization prefix to use for requests.
The base API url.
OptionalenforceAuth?: booleanEnforces authorization token requirement in auth required endpoints.
Optionalrequest?: (url: RequestInfo | URL, init: RequestInit) => Promise<ResponseLike>
Options to be passed when creating the API client instance.