Globalcurl --location 'https://api.simpra.app/future_payments' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'{
"future_payments": [
{
"owner_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"owner_type": "Enterprise",
"date_of_renewal": 1562976000,
"licenses_count": 1,
"owner_name": "BigBrother",
"currency_code": "TRY",
"amount": 40,
"licenses": [
{
"platform": "android",
"name": "samsung SM-T700",
"type": "device"
}
]
},
{
"owner_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"owner_type": "Property",
"date_of_renewal": 1564358400,
"licenses_count": 2,
"owner_name": "BigBrother Barcelona",
"currency_code": "TRY",
"amount": 200,
"licenses": [
{
"platform": "android",
"name": "samsung SM-T700",
"type": "device"
},
{
"platform": "WizloOrder",
"name": "Wizlo",
"type": "extension"
}
]
}
]
}