curl --location --request POST 'https://api.falken.ltd/api/organizations//roster/bulk/import' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"firstName": "string",
"lastName": "string",
"email": "string",
"dateOfBirth": "2019-08-24T14:15:22.123Z",
"teamName": "string",
"classification": "string"
}
]'{
"totalRows": 0,
"successCount": 0,
"skippedCount": 0,
"failedCount": 0,
"errors": [
{
"rowNumber": 0,
"message": "string",
"rowData": "string"
}
],
"teamsCreated": [
"string"
]
}