the Request explanation

The minimal Request like this :

{
  "requestType": "{REQUEST_TYPE}",
  "currentStatus": {
    "status": "{STATUS}",
    "comment": "",
    "application": "{APPLICATION_NAME}",
    "applicationUser": {
      "email": "",
      "title": "",
      "phone": "",
      "firstName": "",
      "lastName": "",
      "gid": "",
      "source": "",
      "metaData": []
    }
  },
  "applicationUser": {
    "email": "",
    "title": "",
    "phone": "",
    "firstName": "",
    "lastName": "",
    "gid": "",
    "source": "",
    "metaData": []
  },
  "data": {},
  "ownerApplication": "{APPLICATION_NAME}",
  "creatorApplication": "",
  "subject": "",
  "comment": "",
  "languageCode": "fr-FR",
  "context": [],
  "address": {
    "address": "",
    "street": "",
    "postalCode": "",
    "city": "",
    "country": "",
    "latitude": "",
    "longitude": ""
  },
  "attachments": []
}

Detail: