Hi Guys,
I need send to a webservice(webserver.averba.com.br/rest/Auth) this content:
Header: Accept: application/json
Content-type: application/json
Body:
{ "usuario": "teste", "senha": "teste", "codigoatm": "11000000" }
Do you know how could I to do this ?