Closed
Description
Describe the problem/story
The contribution import service POST /assembly/{aid}/campaign/{cid}/contribution/import
returns 200 OK but no record is added to the contribution table (idea/proposal)
Expected behavior and actual behavior.
It should return 200 OK, as it does, and in the database new records should appear.
Steps to reproduce the problem
POST request to the given endpoint with the attached file as sample. As a side note, the service used to work.