curl --request POST \
--url https://wbl.monolisk.dev/submissions/{token} \
--header 'Content-Type: application/json' \
--data '
{
"payload": [
{
"kind": "<string>",
"hours": 123,
"supervisor": "[email protected]",
"dateRange": {
"start": "2023-12-25",
"end": "2023-12-25"
},
"date": "2023-12-25",
"shortResponse": "<string>",
"longResponse": "<string>",
"wasInSchool": true
}
]
}
'