curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/reports/stream/batch \
--header 'Content-Type: application/json' \
--data '
{
"sectionKeys": [
"<string>"
],
"orderItems": [
{
"strainName": "<string>",
"grams": 123,
"price": 123,
"thcPct": 123,
"cbdPct": 123,
"type": "sativa",
"terpenes": [
{
"name": "<string>",
"percentage": 123
}
],
"effects": [
"<string>"
],
"aromas": [
"<string>"
]
}
],
"orderMetadata": {
"dispensaryName": "<string>",
"orderDate": "<string>",
"totalSpent": 123
}
}
'curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/reports/stream/batch \
--header 'Content-Type: application/json' \
--data '
{
"sectionKeys": [
"<string>"
],
"orderItems": [
{
"strainName": "<string>",
"grams": 123,
"price": 123,
"thcPct": 123,
"cbdPct": 123,
"type": "sativa",
"terpenes": [
{
"name": "<string>",
"percentage": 123
}
],
"effects": [
"<string>"
],
"aromas": [
"<string>"
]
}
],
"orderMetadata": {
"dispensaryName": "<string>",
"orderDate": "<string>",
"totalSpent": 123
}
}
'