I using postman to test my api, and I need to send a PUT request that has a json object and some files. Im sending raw data to test this but I cant seem to figure out how to add a file in there.
PUT request
raw data example:
{
"email": "someone@something.com",
"info": "new account",
"file1" : (some file should be here),
"file2": (some file should be here)
}