curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/reseller-transfer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainName": "testingDomain.com",
"registrantUserId": "REG100165"
}'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"id": 61,
"domain": "testingDomain",
"ext": "com",
"status": "pending",
"remark": null,
"gainingReseller": true,
"losingReseller": false
}
}