$.ajax({ method: 'POST', url: 'https://', headers: { 'token': "token", 'user': "user" }, dataType: 'json', contentType: 'application/json', success: function (retorno_dados) { }, error: function (retorno_dados) { alert("erro " + retorno_dados); } });