curl --location --request POST 'https://oteapi.webnic.cc/dns/v2/zone/sampleDomain.com/url-forwarding' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"subdomain": "custom",
"targetUrl": "https://destinate.com:8050"
}'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"zone": "demodomain.com",
"subdomain": "test",
"targetUrl": "https://webnic.cc",
"status": "active",
"dtcreate": "2024-05-15T15:51:48.17+08:00",
"dtmodify": "2024-05-15T15:51:48.171+08:00"
}
}