identityGetPost method
Retrieve identity data
Implementation
Future<chopper.Response<IdentityGetResponse>> identityGetPost(
{required IdentityGetRequest? body}) {
generatedMapping.putIfAbsent(
IdentityGetResponse, () => IdentityGetResponse.fromJsonFactory);
return _identityGetPost(body: body);
}