UploadProjectRequestFile
This method can be used for the following: Upload a file to a Project Request user has access to.
Last updated
curl -X POST 'https://demo.attackforge.com/api/ss/request/5f5ebf3b31ff1d08c1e5fa91/file' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -F "file=@diagram.png" {
"status": "File Uploaded"
}