Authorization: Bearer ********************{
"Country": "US",
"Codes": [
"56262",
"33712",
"31131"
],
"Language": "English",
"ReportSection": "keytakeaways"
}curl --location --request POST '/industry/v3/multiplereports' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Country": "US",
"Codes": [
"56262",
"33712",
"31131"
],
"Language": "English",
"ReportSection": "keytakeaways"
}'{
"Reports": [
{
"Code": "EU-A011",
"Section": {
"Title": "Non-Perennial Crop Growing in Europe"
}
},
{
"Code": "EU-F41",
"Section": {
"Title": "Building Construction in Europe"
}
},
{
"Code": "EU-C10",
"Section": {
"Title": "Food Product Manufacturing in Europe"
}
}
]
}