GET
    /api-v1/ratios/gross-margin
  
  curl \
 --request GET 'https://wyzio.app/api-v1/ratios/gross-margin' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
    
        Response examples (200)
  
  42.0
curl \
 --request GET 'https://wyzio.app/api-v1/ratios/gross-margin' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
    42.0