For local files? I managed to get it working via url source in the POST body
example:
{"upload" :
{
"source" : "https://cdn.donmai.us/sample/88/7c/__alhaitham_and_kaveh_genshin_impact_drawn_by_mn__sample-887ca4515b8b6019108f5fbf0d478c1b.jpg"
}
}
however I cannot get it working via locally stored files. Does anyone have a working sample?
This is what I've tried to no avail
{"upload" :
{
"files" :
[
"D:\test.jpg"}
]
}
}