API structure has changed
  5 structure changes including:
    
    5 Modifications
        Modified
        5
          Breaking
      
      POST /contacts
              - Body
- 
   content type Modified
    - array-1 property Removed
- customFields property Added
 
POST /contacts/{contactId}
              - Body
- 
   content type Modified
    - array-1 property Removed
- customFields property Added
 
POST /contributors
              - Body
- 
   content type Modified
    - contact property Removed
- contacts property Added
 
POST /request
              - Body
- 
   content type Modified
    - contact property Modified
 
POST /requests
              - Body
- 
   content type Modified
    - contacts property Modified
 
- Response
- 
  200 response Modified
    - contacts property Modified
 
