curl --location -g --request POST 'https://localhost:8092/json-rpc/input/image' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "image",
"imagedata": "VGhpcyBpcyBubyBpbWFnZSEgOik=",
"name": "Name of Image",
"format": "auto",
"priority": 50,
"duration": 5000,
"origin": "My Fancy App"
}'
{
"command": "image",
"success": true,
"tan": 139
}