authGetPost method
Retrieve auth data
Implementation
Future<chopper.Response<AuthGetResponse>> authGetPost(
{required AuthGetRequest? body}) {
generatedMapping.putIfAbsent(
AuthGetResponse, () => AuthGetResponse.fromJsonFactory);
return _authGetPost(body: body);
}