Provides struct and type for a RefreshTokenRequest
@type t() :: %Polarex.RefreshTokenRequest{ client_id: String.t(), client_secret: String.t(), grant_type: String.t(), refresh_token: String.t() }