Why
For user use to upload CSV file from API
Acceptance Criteria
- User must be authenticated before using this API
- User can send POST JSON REST API to upload CSV file with attach file in request body
- Response with status 200 OK in case of successful upload
- Response with status 400 Bad request in case of failed file validation
Why
For user use to upload CSV file from API
Acceptance Criteria