POST /api/auth/media
Add an image to the project media.
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 response
{
"success": true
}