I'm currently working on a Java RESTful Springboot project and trying to use an external API in order to submit data. The external API uses HTTP PUT() methods and two parameters parsing in the body. I was following few tutorials online but didn't work on any of them yet.
If anyone has a better suggestion please help me.
TIA.