curl --request POST \
--url https://api.landing.ai/v1/projects/{project_id}/train \
--header 'Content-Type: application/json' \
--data '
{
"model": {
"architecture": "<string>",
"hyperParams": {}
},
"transforms": {
"preprocessing": [
{}
],
"augmentations": [
{}
]
},
"name": "<string>"
}
'