Hello All,
How i can make post with some request body content, am trying below way.
I have configured CRISP api and trying to make POST call, getting exceptions.
ResourceServiceBroker broker = HippoServiceRegistry.getService(ResourceServiceBroker.class);
Resource resource =
ExchangeHint exchangeHint = ExchangeHintBuilder.create()
.methodName(“POST”)
.build();
thanks & regards
Ganesh