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