The 'img' value has to be a base64 encoded image (png/jpg).
Output
If the request is successful, the response will be wrapped inside of a JSON object, within the return field.
In the event that the response body is not in JSON format, the data will be base64 encoded and stored as the value of the return field.
{
"return": {
...
}
}
Error
In the case that an error is encountered, it will present in the following format:
{
"errorCode": "com.img.watermark.error",
"errorMsg": "Something went wrong"
}