MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/webofai.imenso.co/cms/index.html
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>

var form = new FormData();
form.append("firstName", "PHILLIP");
form.append("lastName", "ABELL");
form.append("middleName", "G");
form.append("memberId", "6CA1QX6TM98");
form.append("dob", "19550722");
form.append("gender", "M");
form.append("responseType", "JSON");

var settings = {
  "url": "https://cms.jellyfishhealth.com/cms-api/",
  "method": "POST",
  "timeout": 0,
  "headers": {
    "Authorization": "Basic VzExM1M1NTU6WlF2QzFqVXZaR2hAJEhWZQ=="
  },
  "processData": false,
  "mimeType": "multipart/form-data",
  "contentType": false,
  "data": form
};

$.ajax(settings).done(function (response) {
  console.log(response);
});

</script>