curl --location --request POST 'https://oteapi.webnic.cc/domain/v2/transfer-in' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainName": "3rdpartyDomain.com",
"authInfo": "w-u7tIk-a5a$f-s9",
"registrantUserId": "REG100165",
"registrantContactId": "WN964984T",
"administratorContactId": "WN964984T",
"technicalContactId": "WN964984T",
"billingContactId": "WN964984T",
"subscribeProxy": false
}'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"id": 54,
"status": "pending",
"pendingOrder": false
}
}