I want to create an API using DRF where I want to upload two files in two different name and a text field with a string of json. The figure below shows my postman attempt to the API.
Please help me to write my API properly. I looked for several posts in stack overflow but did not get any proper solution. I dont have any models according to the input but I want to create a standalone API and want to manipulate these files and json at runtime.