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