Currently the load profile data for a simulation request is sent by using multipart/form-data for the /simulation endpoint post.
This is not consistent with using sogno/file-service for the model data and makes the swagger ui more complicated to implement.
We should move to using json for the /simuation endpoint with a file-service id for the load profile data.
This will mean that the form parameters in the swagger UI will be listed correctly instead of being shown as "application/octet-stream"
Currently the load profile data for a simulation request is sent by using multipart/form-data for the /simulation endpoint post. This is not consistent with using sogno/file-service for the model data and makes the swagger ui more complicated to implement. We should move to using json for the /simuation endpoint with a file-service id for the load profile data. This will mean that the form parameters in the swagger UI will be listed correctly instead of being shown as "application/octet-stream"