I am using retrofit to make a post api call, I am getting the following error while trying to hit the endpoint.
Caused by: rx.exceptions.OnErrorNotImple
just include in @Post Method
@Body String dummyValue , if body not required you must write this query and send "" to server