getProjects method
GET /{version}/account/projects
Implementation
Future<Object?> getProjects(
{Map<String, Object?>? query, Map<String, String>? headers}) {
return transport.send(
route: '/{version}/account/projects',
method: 'GET',
query: query,
headers: headers,
pathParams: null,
);
}