I searched a lot for methods to send GET request with JSON body.. I know it doesn't go with the GET request specs but I'm required to do that anyway.
I managed to send the request with body using Curl, but now the body is not recognized by the play application.
I want to ask if I can do this using the play framework.
Thanks.