curl --request POST \
--url 'https://domain.hostwithdothost.com/?action=enabletheftlock' \
--header 'Content-Type: application/json' \
--data '{
"username": "yourUsername",
"password": "yourPassword",
"domain": "thegrtnx.com.ng"
}'
{
"data": {
"LockStatus": true
},
"result": "OK"
}
curl --request POST \
--url 'https://domain.hostwithdothost.com/?action=enabletheftlock' \
--header 'Content-Type: application/json' \
--data '{
"username": "yourUsername",
"password": "yourPassword",
"domain": "thegrtnx.com.ng"
}'
{
"data": {
"LockStatus": true
},
"result": "OK"
}
The response is of type object
.
Was this page helpful?