generateJwt static method
Implementation
static dynamic generateJwt(String token, GenerateJwtType body) async {
return postFetch(token, ApiEndpoint.getJwt, body);
}
static dynamic generateJwt(String token, GenerateJwtType body) async {
return postFetch(token, ApiEndpoint.getJwt, body);
}