Authorization: Bearer ********************curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/certificates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"common-name": "portal.example.com",
"subject-alternative-name": "string",
"reseller": "string",
"account-email-address": "string",
"challenge-type": "http-01",
"default-ssl-cert": "no",
"replicate-ssl-cert": "yes"
}'{
"code": 0,
"message": "string"
}