I am just looking for the most appropriate way to indicate with HTTP POST my content type.
I have csv files. They may have 1 line or they may have multiple lines. As I am implementing the server side of this, distinguishing between the two can make my implementation a bit cleaner.
text/cms+csv
Is what I have but that doesn't indicate how many entities exist in the payload. Do I use a custom param?