POST /api/auth/media/thumbnail
Set the project thumbnail.
POST Params
Param: projectId
id of the project for which to update the thumbnail
Param: imageData
the image data of the image (either raw, or base64 encoded)
Example of returned JSON
{
"success": true
}