curl --request POST \
--url http://localhost/api/api/subjects/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"file": "<string>"
}
'{
"status": "<string>"
}Upload a CSV file to create or update subjects, An email will be sent to you, including upload status.
curl --request POST \
--url http://localhost/api/api/subjects/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"file": "<string>"
}
'{
"status": "<string>"
}JWT token obtained from AWS Cognito or custom authentication service
Subjects upload initiated successfully.