GET
    /api-v1/sales-invoice/client
  
  curl \
 --request GET 'https://wyzio.app/api-v1/sales-invoice/client' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
    
        Response examples (200)
  
  [
  42
]
curl \
 --request GET 'https://wyzio.app/api-v1/sales-invoice/client' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
    [
  42
]