curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Device/api/v1/gateway/register \
--header 'Content-Type: application/json' \
--data '
{
"Type": "<string>",
"Description": "<string>",
"Configuration": "<unknown>",
"ProxyId": "<string>"
}
'