curl --request POST \
--url https://api.n-3.co.uk/reports/drawdown \
--header 'Content-Type: application/json' \
--data '
{
"project_id": {},
"month": 123,
"year": 123,
"edition": 123,
"comments": "<string>",
"aggregate": {
"amount": 123,
"surplus_shortfall": 123
},
"facility": [
{
"facility_id": {},
"amount": 123,
"surplus_shortfall": 123
}
],
"riskStatus": [
{
"input_setting_id": {},
"risk_status_legend_id": {},
"notes": "<string>"
}
],
"visit": {
"date": "<string>",
"notes": "<string>",
"files": [
{
"filename": "<string>",
"s3_location": "<string>",
"file_size": 123,
"mime_type": "<string>"
}
]
}
}
'