Authorization: Bearer ********************
{
"reseller": "*",
"domain": "*",
"server": "*",
"description": "string",
"filetype": "string",
"base64_file": "string"
}
curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/images/HASHHACK1' \
--header 'Content-Type: application/json' \
--data-raw '{
"reseller": "*",
"domain": "*",
"server": "*",
"description": "string",
"filetype": "string",
"base64_file": "string"
}'
{"code":202,"message":"Accepted"}