POST
/storage/user/thumbnail
Upload theme thumbnail image using imgur API and return image url.
* : required
{
*"Content-Type": "multipart/form-data; boundary=<yourboundary>"
}
* : required
{
*"thumbnail": "image file"
}
Uploaded image url
{
"err": false,
"url": "String"
}
{
"err": true,
"msg": "String"
}