curl --location --request POST 'https://api.thinkeo.io/v1/teams/billing/subscription/preview' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "string",
"recurringInterval": "month"
}'
{
"currency": "string",
"amount_due": 0,
"amount_remaining": 0,
"created": 0,
"subtotal": 0,
"subtotal_excluding_tax": 0,
"tax": 0,
"total": 0,
"lines": {
"data": [
{
"description": "string",
"amount": 0,
"amount_excluding_tax": 0,
"currency": "string",
"quantity": 0,
"period": {
"start": 0,
"end": 0
},
"plan": {
"amount": 0,
"currency": "string",
"interval": "string",
"interval_count": 0
}
}
]
}
}