POST
/
?action=disabletheftlock
curl --request POST \
  --url 'https://domain.hostwithdothost.com/?action=disabletheftlock' \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "yourUsername",
  "password": "yourPassword",
  "domain": "thegrtnx.com.ng"
}'
{
  "data": {
    "LockStatus": false
  },
  "result": "OK"
}

Body

application/json
username
string
required
password
string
required
domain
string
required

Response

200 - application/json
data
object
required
result
string
required