curl --request POST \
  --url https://api.syntage.com/entities/{entityId}/datasources/mx/buro-de-credito/authorizations \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "authorizedAt": "2024-01-31T00:00:00+00:00",
  "taxpayer": {
    "rfc": "PRPU800101HM2",
    "nationality": "MX",
    "birthdate": "1980-01-01",
    "firstName": "UNO",
    "firstLastName": "PRUEBA",
    "secondLastName": "PROSPECTOR",
    "address": {
      "address": "Jaime Balmes",
      "city": "Cd de Mexico",
      "municipality": "Miguel Hidalgo",
      "state": "CMX",
      "postalCode": "11510",
      "exteriorNumber": "8",
      "interiorNumber": "",
      "neighborhood": "Los morales",
      "country": "MX"
    }
  }
}'