Upload data
https://api.finqware.com/v1/steps/:id/upload
Once a step is created, you can attach a number of files through its upload endpoint.
Form Data Parameters
An identifier for your tenant app.
A temp key received in a previous step.
The skill you're implementing.
The step you're submitting data for.
A filesystem path to the upload.
A map structure that depends on the particular step.
{
"key_1": "value_1",
"key_n": "value_n"
}
{
"message": "Error message"
}