Exemple de réponse (JSON)

        {
  "allocataires": [
    {
      "nomPrenom": "JEAN JACQUES",
      "dateDeNaissance": "01021970",
      "sexe": "M"
    }
  ],
  "enfants": [
    {
      "nomPrenom": "JESSICA JACQUES",
      "dateDeNaissance": "01031995",
      "sexe": "F"
    }
  ],
  "adresse": {
    "identite": "Monsieur JEAN JACQUES",
    "complementIdentite": "lorem",
    "complementIdentiteGeo": "lorem",
    "numeroRue": "1 RUE DE LA GARE",
    "lieuDit": "lorem",
    "codePostalVille": "75002",
    "pays": "FRANCE"
  },
  "quotientFamilial": 1045,
  "annee": 2021,
  "mois": 6
}